feat(container): Deliver default static stuff
This commit is contained in:
parent
54d294a8b4
commit
cceca7f5e1
@ -10,5 +10,6 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o server
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder /app/server /server
|
||||
COPY static /static
|
||||
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/ca-certificates.crt
|
||||
ENTRYPOINT [ "/server" ]
|
Loading…
x
Reference in New Issue
Block a user