Switched from scratch to alpine to get a shell
This commit is contained in:
parent
5f63da0fe8
commit
3b84fd3db0
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue