Certs for oauth2
This commit is contained in:
parent
f1363dce5d
commit
23fec6721c
@ -14,6 +14,7 @@ FROM debian:stable-slim
|
|||||||
LABEL author="Meutel"
|
LABEL author="Meutel"
|
||||||
|
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
|
RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install ca-certificates && update-ca-certificates -f
|
||||||
COPY --from=builder /go/src/meutel.net/meutel/go-bouquins/app .
|
COPY --from=builder /go/src/meutel.net/meutel/go-bouquins/app .
|
||||||
COPY templates/ ./templates/
|
COPY templates/ ./templates/
|
||||||
COPY assets/ ./assets/
|
COPY assets/ ./assets/
|
||||||
|
Loading…
Reference in New Issue
Block a user