deployment: merge into root dockerfile

This commit is contained in:
Patrik Oldsberg
2020-03-31 00:17:15 +02:00
parent cc3120c35f
commit 9a5ed723c4
4 changed files with 9 additions and 35 deletions
@@ -1,5 +1,5 @@
server {
listen 80;
listen $PORT;
server_name localhost;
#charset koi8-r;
@@ -20,4 +20,3 @@ server {
root /usr/share/nginx/html;
}
}