Just use default 3000 and configure it otherwise as needed
This commit is contained in:
parent
8d03b11181
commit
cc5e6acb6a
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ COPY --from=builder --chown=nextjs:nextjs /app/.next/static ./.next/static
|
||||||
|
|
||||||
USER nextjs
|
USER nextjs
|
||||||
|
|
||||||
EXPOSE 4730
|
|
||||||
|
|
||||||
ENV PORT=4730
|
|
||||||
|
|
||||||
# server.js is created by next build from the standalone output
|
# server.js is created by next build from the standalone output
|
||||||
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
|
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
|
||||||
ENV HOSTNAME="0.0.0.0"
|
ENV HOSTNAME="0.0.0.0"
|
||||||
|
|
Loading…
Reference in a new issue