Using specific path for copy command
This commit is contained in:
parent
6b843940d8
commit
669c53b96a
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN adduser -D builder
|
|||
WORKDIR /home/builder
|
||||
|
||||
# The default command will be the build script
|
||||
COPY build.sh .
|
||||
COPY build.sh /home/builder/build.sh
|
||||
|
||||
USER builder
|
||||
CMD ["/bin/sh", "build.sh"]
|
||||
Loading…
Add table
Reference in a new issue