This commit is contained in:
aaron 2026-04-08 01:00:03 +08:00
parent aaf47eece2
commit 31d8a1fcaf

View File

@ -7,9 +7,9 @@ ENV NODE_ENV=production
COPY .next/standalone ./
COPY .next/static ./.next/static
EXPOSE 3000
EXPOSE 3001
ENV PORT=3000
ENV PORT=3001
ENV HOSTNAME="0.0.0.0"
CMD ["node", "server.js"]