Refactor Dockerfile

This commit is contained in:
Oliver Davies 2021-07-24 20:38:35 +01:00
parent 09519cf89b
commit afbd1e302f
2 changed files with 11 additions and 9 deletions

View file

@ -391,7 +391,7 @@ server {
}
location / {
root /app;
root /usr/share/nginx/html;
index index.html index.htm;
error_page 404 /404.html;
}