fix: bind Next.js to all interfaces (0.0.0.0)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
33f475723a
commit
6567d397ad
@ -24,6 +24,7 @@ WORKDIR /app
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV PORT=3000
|
||||
ENV HOSTNAME=0.0.0.0
|
||||
|
||||
# Don't run as root
|
||||
RUN addgroup --system --gid 1001 nodejs && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user