UI - add CSRF protection

This commit is contained in:
bunkerity
2021-07-09 16:01:51 +02:00
parent 0d3f7d3925
commit 72a09eac6d
10 changed files with 27 additions and 19 deletions

View File

@@ -1,9 +1,8 @@
FROM alpine
COPY ui/dependencies.sh /tmp
RUN chmod +x /tmp/dependencies.sh && \
/tmp/dependencies.sh && \
rm -f /tmp/dependencies.sh
RUN apk add py3-pip bash
COPY ui/requirements.txt /tmp
RUN pip3 install -r /tmp/requirements.txt
COPY gen/ /opt/bunkerized-nginx/gen
COPY confs/site/ /opt/bunkerized-nginx/confs/site