Exclude all of go from runtime image #4

Open
ChausseBenjamin wants to merge 7 commits from ChausseBenjamin/main into main
2 changed files with 22 additions and 3 deletions
Showing only changes of commit 91c1fc362a - Show all commits

View File

@@ -16,7 +16,7 @@ RUN upx --best /app
FROM scratch AS service FROM scratch AS service
WORKDIR / COPY --from=compile /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=compressor /app . COPY --from=compressor /app .
ENTRYPOINT ["/app"] ENTRYPOINT ["/app"]