diff --git a/frontend.nginx.conf b/frontend.nginx.conf index 251f1c3..6c63466 100644 --- a/frontend.nginx.conf +++ b/frontend.nginx.conf @@ -17,7 +17,7 @@ http { server { include /etc/nginx/mime.types; listen 80; - root /usr/bin/cre/; + root /usr/bin/cre/dist/frontend; index index.html; location / {