We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e102cf8 commit 1fb5131Copy full SHA for 1fb5131
Dockerfile
@@ -29,7 +29,6 @@ ENTRYPOINT [ "/goweb" ]
29
ARG APP_VERSION
30
ENV VERSION=${APP_VERSION}
31
32
-COPY doc /doc
33
COPY --from=fetcher /app/cacert.pem /etc/ssl/certs/ca-certificates.crt
34
COPY --from=fetcher /app/zoneinfo.zip /
35
COPY --from=builder /app/bin/goweb /
0 commit comments