Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into staging
  • Loading branch information
victorassiso committed Nov 11, 2024
2 parents dcb7b7d + b8591dd commit 32a87f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ RUN \
FROM base AS runner
WORKDIR /app

RUN apk add --no-cache tzdata
ENV TZ=America/Sao_Paulo

ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1
Expand All @@ -64,4 +67,4 @@ ENV PORT 3000

# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/next-config-js/output
CMD HOSTNAME="0.0.0.0" node server.js
CMD HOSTNAME="0.0.0.0" node server.js

0 comments on commit 32a87f9

Please sign in to comment.