This commit is contained in:
Ray Ozzie 2016-03-26 17:52:16 -04:00
parent 2a98671794
commit d49fc2a79c

View File

@ -11,7 +11,7 @@ ENV TTN_GATEWAY_SOFTWARE 48
# Build the gateway
COPY build.sh /opt/ttn-gateway/dev/build.sh
WORKDIR /opt/ttn-gateway/dev
RUN ./build.sh
RUN ./build.sh && rm -rf /opt/ttn-gateway/dev
# Copy the run shell script after build, so we can modify it without rebuilding
COPY run.sh /opt/ttn-gateway/run.sh