Skip to content

Commit cdd7c93

Browse files
committed
remove hostname
1 parent 59336e0 commit cdd7c93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/production/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ FROM base AS runner
6060
USER node
6161
WORKDIR /app
6262

63-
ENV HOSTNAME 0.0.0.0
63+
EXPOSE 3001
64+
65+
ENV PORT 3001
66+
# ENV HOSTNAME 0.0.0.0
6467
ENV NODE_ENV production
6568
ENV NEXT_TELEMETRY_DISABLED 1
6669

0 commit comments

Comments
 (0)