diff --git a/Dockerfile b/Dockerfile index 7e62cf4..3b623e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN update-alternatives --install "/usr/bin/ant" "ant" "/opt/ant/bin/ant" 1 && \ update-alternatives --set "ant" "/opt/ant/bin/ant" # Add the files -ADD rootfs / +# ADD rootfs / # change to root folder WORKDIR /root \ No newline at end of file