From: tierno Date: Tue, 13 Nov 2018 18:10:59 +0000 (+0100) Subject: minor fixes at Dockerfile X-Git-Tag: v5.0.0~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=63e45b668c9a650ae9b943cf3997c6c34305bbf5;p=osm%2FRO.git minor fixes at Dockerfile Change-Id: Ic3c610f7652870f256ebd4264f42a16f5c8a8a1e Signed-off-by: tierno --- diff --git a/Dockerfile b/Dockerfile index 9957a89b..6f1f208d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 {} ";"