This commit is contained in:
Ammar Qaffaf
2024-03-03 08:42:30 -05:00
parent e4e0124558
commit 96a7bab4cd
2 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ COPY . .
RUN npm run build
EXPOSE 8080
EXPOSE 80
CMD ["sh", "-c", "nginx -g 'daemon off;' & npm run start:all"]

View File

@ -11,7 +11,7 @@ http {
keepalive_timeout 65;
server {
listen 8080;
listen 80;
location /auth {
proxy_pass http://localhost:4001;