Switched from scratch to alpine to get a shell

This commit is contained in:
Leon Mika 2025-02-01 11:25:53 +11:00
parent 5f63da0fe8
commit 3b84fd3db0

View file

@ -9,7 +9,7 @@ COPY . .
RUN make compile RUN make compile
FROM scratch FROM alpine:latest
COPY --from=builder /usr/src/app/build/ /. COPY --from=builder /usr/src/app/build/ /.
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/