now?
All checks were successful
Deploy / deploy (push) Successful in 1m41s

This commit is contained in:
Lee
2024-09-24 10:37:30 +01:00
parent d0206ff07d
commit 3192d9f03f
2 changed files with 19 additions and 19 deletions

View File

@ -41,7 +41,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/package.json ./package.json
COPY --from=builder --chown=nextjs:nodejs /app/next.config.mjs ./next.config.mjs
USER nextjs
EXPOSE 80
ENV HOSTNAME="0.0.0.0"
ENV PORT=80
EXPOSE 3000
CMD ["pnpm", "start"]