Updated configs

This commit is contained in:
Patrick Alvin Alcala 2026-02-12 12:46:38 +08:00
parent f72516ee4a
commit 83a1710b46
4 changed files with 8 additions and 10 deletions

View file

@ -9,4 +9,4 @@ RUN pnpm build
FROM nginx:alpine AS runtime
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
EXPOSE 8089