Skip to content

Commit

Permalink
Update Dockerfile to use COPY instead of ADD as recommended on https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Nov 26, 2021
1 parent 27bdf81 commit 6ce5d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN bash -ex install.sh 2>&1 && \

ENTRYPOINT [ "/s6-init" ]

ADD s6/debian-root /
COPY s6/debian-root /
COPY s6/service /usr/local/bin/service

# php config start passes special ENVs into
Expand Down

0 comments on commit 6ce5d1f

Please sign in to comment.