1
0
Fork 0

removed index.html from nginx

This commit is contained in:
Christian Kühnel 2019-10-07 09:39:35 +02:00
parent 5023373403
commit 03816ce119
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@ RUN set -e ;\
apt-get clean
RUN mkdir -p /scripts
COPY index.html run_nginx.sh clean_results.py /scripts/
COPY run_nginx.sh clean_results.py /scripts/
COPY default.conf /etc/nginx/conf.d/
COPY crontab /etc/cron.d/clean_results

View file

@ -3,5 +3,4 @@ set -eux
mkdir -p /mnt/nfs/results
chmod 777 /mnt/nfs/results
cp /scripts/*.html /mnt/nfs/results
nginx -g "daemon off;"