diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 133ffe1..80ab805 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 3000; location / { root /usr/share/nginx/html/;