Update Dockerfile

This commit is contained in:
victorc 2024-09-23 09:48:56 +00:00
parent 113c296a63
commit bd28bcf4b2

View File

@ -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