From 63e45b668c9a650ae9b943cf3997c6c34305bbf5 Mon Sep 17 00:00:00 2001 From: tierno Date: Tue, 13 Nov 2018 19:10:59 +0100 Subject: [PATCH] minor fixes at Dockerfile Change-Id: Ic3c610f7652870f256ebd4264f42a16f5c8a8a1e Signed-off-by: tierno --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 {} ";" -- 2.17.1