dockerfiles: simplify project as it doesn't require to be root

This commit is contained in:
nemunaire 2018-10-22 03:04:47 +02:00
parent 3d38f0e6af
commit 3c2e528390

View file

@ -20,7 +20,7 @@ configuration pour nginx :
index countdown.html; index countdown.html;
server { server {
listen 80; listen 8080;
root /srv/http; root /srv/http;