mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 04:54:23 +01:00
Preparations for status backend
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user