Revert to port 80

This commit is contained in:
Keannu Christian Bernasol 2025-03-29 04:16:55 +08:00
parent 3a4dc83075
commit 68d0bc3792
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@ RUN rm -rf /usr/share/nginx/html/*
COPY --from=build /usr/local/app/build/ /usr/share/nginx/html COPY --from=build /usr/local/app/build/ /usr/share/nginx/html
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 9486 EXPOSE 80

View file

@ -1,5 +1,5 @@
server { server {
listen 9486; listen 80;
sendfile on; sendfile on;
default_type application/octet-stream; default_type application/octet-stream;
gzip on; gzip on;