removed index.html from nginx
This commit is contained in:
parent
5023373403
commit
03816ce119
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;"
|
Loading…
Reference in a new issue