Using specific path for copy command

This commit is contained in:
vandomej 2025-09-16 13:22:30 -07:00
parent 6b843940d8
commit 669c53b96a

View file

@ -11,7 +11,7 @@ RUN adduser -D builder
WORKDIR /home/builder WORKDIR /home/builder
# The default command will be the build script # The default command will be the build script
COPY build.sh . COPY build.sh /home/builder/build.sh
USER builder USER builder
CMD ["/bin/sh", "build.sh"] CMD ["/bin/sh", "build.sh"]