minor fixes at Dockerfile 75/6875/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 13 Nov 2018 18:10:59 +0000 (19:10 +0100)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 13 Nov 2018 21:52:24 +0000 (22:52 +0100)
Change-Id: Ic3c610f7652870f256ebd4264f42a16f5c8a8a1e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile

index 9957a89..6f1f208 100644 (file)
@@ -40,9 +40,9 @@ RUN  apt-get update && \
 
 
 # Uncomment this block to generate automatically a debian package and show info
-# Set the working directory to /app
-WORKDIR /app
-# Copy the current directory contents into the container at /app
-ADD . /app
-CMD /app/devops-stages/stage-build.sh && find -name "*.deb" -exec dpkg -I  {} ";"
+# Set the working directory to /app
+WORKDIR /app
+# Copy the current directory contents into the container at /app
+ADD . /app
+CMD /app/devops-stages/stage-build.sh && find -name "*.deb" -exec dpkg -I  {} ";"