Added env var defaults to Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
8b5c3b187b
commit
adc74cb9aa
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue