X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Dockerfile;h=6f1f208da40684e5a1bd00748915a9930032849b;hb=d108c41f5484ccb5b8d358ee313d038786333580;hp=9957a89b1770ff826db3b7710e76270df0d442c9;hpb=59bc1ce8ac4e00e970ef5152ea113ed510253875;p=osm%2FRO.git 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 {} ";"