diff --git a/.docker/nginx.conf b/.docker/nginx.conf index cd82ec07..37848fa3 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -21,7 +21,7 @@ http { index index.html; server_name localhost; - root /src/app/coriolis/build; + root /usr/share/nginx/html; location ~* \.(?:manifest|appcache|html?|xml|json|css|js|map|jpg|jpeg|gif|png|ico|svg|eot|ttf|woff|woff2)$ { expires -1;