We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803f2bc commit c7ac1e1Copy full SHA for c7ac1e1
1 file changed
static-builder-gnu.Dockerfile
@@ -147,6 +147,7 @@ WORKDIR /go/src/app
147
COPY --link *.* ./
148
COPY --link caddy caddy
149
COPY --link internal internal
150
+COPY --link package package
151
152
RUN --mount=type=secret,id=github-token ./build-static.sh && \
153
rm -Rf dist/static-php-cli/source/* && \
0 commit comments