We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0762b8 commit bba5d2fCopy full SHA for bba5d2f
Dockerfile-7.0
@@ -14,7 +14,7 @@ RUN apk -U upgrade && apk add \
14
ADD https://github.com/just-containers/s6-overlay/releases/download/v1.19.1.1/s6-overlay-amd64.tar.gz /tmp/
15
RUN gunzip -c /tmp/s6-overlay-amd64.tar.gz | tar -xf - -C /
16
17
-COPY basefiles /
+COPY files /
18
19
WORKDIR /www
20
Dockerfile-7.1
0 commit comments