ignore CVE-2021-36159 and redirect job logs as root when using autoconf

This commit is contained in:
bunkerity
2021-08-02 10:41:46 +02:00
parent 652614f41b
commit bc01427def
6 changed files with 20 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ COPY confs/global/ /opt/bunkerized-nginx/confs/global
COPY confs/site/ /opt/bunkerized-nginx/confs/site
COPY jobs/ /opt/bunkerized-nginx/jobs
COPY settings.json /opt/bunkerized-nginx/
COPY misc/cron /etc/crontabs/nginx
COPY misc/cron-autoconf /etc/crontabs/root
COPY autoconf/entrypoint.sh /opt/bunkerized-nginx/entrypoint/
COPY autoconf/requirements.txt /opt/bunkerized-nginx/entrypoint/
COPY autoconf/src/* /opt/bunkerized-nginx/entrypoint/