From d49fc2a79c4cb4b557464a4a6f3c9a32c528a6cc Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Sat, 26 Mar 2016 17:52:16 -0400 Subject: [PATCH] rm -rf --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e086f63..e5c809a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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