Certs for oauth2

This commit is contained in:
Meutel 2019-07-03 20:08:23 +02:00
parent f1363dce5d
commit 23fec6721c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ FROM debian:stable-slim
LABEL author="Meutel"
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 templates/ ./templates/
COPY assets/ ./assets/