7th_fix port

This commit is contained in:
beabigegg
2025-09-03 17:08:22 +08:00
parent 00061adeb7
commit 3b1bbcd2bc
13 changed files with 224 additions and 30 deletions

View File

@@ -35,9 +35,9 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
USER nextjs
EXPOSE 3000
EXPOSE 12012
ENV PORT 3000
ENV PORT 12012
ENV HOSTNAME "0.0.0.0"
CMD ["node", "server.js"]