Switched from scratch to alpine to get a shell
This commit is contained in:
parent
5f63da0fe8
commit
3b84fd3db0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue