diff --git a/Dockerfile b/Dockerfile index 25be02c..6897a22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ COPY . . RUN npm run build -EXPOSE 80 +EXPOSE 8080 CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"] \ No newline at end of file diff --git a/nginx.conf b/nginx.conf index 6e330da..3190ba8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,7 +11,7 @@ http { keepalive_timeout 65; server { - listen 80; + listen 8080; location /auth { proxy_pass http://localhost:7001;