Preparations for status backend

This commit is contained in:
SKP
2019-03-28 00:04:08 +01:00
committed by kexkey
parent bf4475cbfc
commit 6e0d758fba
4 changed files with 22 additions and 20 deletions

View File

@@ -12,11 +12,13 @@ RUN apk add --update --no-cache \
COPY auth.sh /etc/nginx/conf.d/
COPY default.conf /etc/nginx/conf.d/default.conf
COPY statuspage.html /etc/nginx/conf.d/status/
COPY entrypoint.sh entrypoint.sh
COPY trace.sh /etc/nginx/conf.d/
COPY tests.sh /etc/nginx/conf.d/
RUN chmod +x /etc/nginx/conf.d/auth.sh entrypoint.sh
RUN touch /var/log/gatekeeper.log
RUN chmod a+rw /var/log/gatekeeper.log
ENTRYPOINT ["./entrypoint.sh"]