updates onthe b uild

This commit is contained in:
2026-07-07 19:09:08 +05:30
parent f77d87ccf5
commit 33b2c96a5b
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ COPY --from=build-stage /app/dist .
# Copy custom Nginx configuration
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
EXPOSE 3000
CMD ["nginx", "-g", "daemon off;"]

View File

@@ -5,7 +5,7 @@ http {
default_type application/octet-stream;
server {
listen 80;
listen 3000;
server_name localhost;
location / {