- TODO: Fix bug in navbar and directing
This commit is contained in:
Zheyuan Wu
2025-10-24 21:49:47 -05:00
parent 05d5b92255
commit 3aceb5ba0b
7 changed files with 166 additions and 17 deletions

View File

@@ -66,8 +66,8 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
USER nextjs
EXPOSE 4201
EXPOSE 4200
ENV PORT=4201
ENV PORT=4200
CMD HOSTNAME="0.0.0.0" node server.js