diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 5294434..d196d67 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -1,5 +1,5 @@ server { - listen 1002; + listen 3000; location / { root /usr/share/nginx/html;