diff --git a/compose/nginx/nginx.conf b/compose/nginx/nginx.conf index 4f4c1f72b..40af99177 100644 --- a/compose/nginx/nginx.conf +++ b/compose/nginx/nginx.conf @@ -77,7 +77,7 @@ http { #include /etc/nginx/sites-enabled/*; server { server_name _; - root /compose/neurosynth-frontend/build; + root /compose/neurosynth-frontend/dist; location /static/ { }