Added env var defaults to Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/4/head
Jef Roosens 2022-03-29 16:34:00 +02:00
parent 8b5c3b187b
commit adc74cb9aa
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ RUN hugo
FROM nginx:1.21.6-alpine
ENV MATRIX_SERVER=matrix.rustybever.be:443 \
MATRIX_CLIENT_SERVER=https://matrix.rustybever.be
COPY nginx/nginx.conf /etc/nginx/nginx.conf
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY nginx/*.conf.template /etc/nginx/templates/