Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…e_nextjs into refactor/restructure-email-templates
  • Loading branch information
kinxlo committed Jul 26, 2024
2 parents 3ec80ef + 5160ecf commit 30a8323
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN corepack enable pnpm && pnpm run build
FROM base AS runner
WORKDIR /app

ENV NODE_ENV production
ENV NODE_ENV development
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1

Expand Down
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN corepack enable pnpm && pnpm run build
FROM base AS runner
WORKDIR /app

ENV NODE_ENV development
ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1

Expand Down
2 changes: 1 addition & 1 deletion docker/staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN corepack enable pnpm && pnpm run build
FROM base AS runner
WORKDIR /app

ENV NODE_ENV development
ENV NODE_ENV production
# Uncomment the following line in case you want to disable telemetry during runtime.
# ENV NEXT_TELEMETRY_DISABLED 1

Expand Down

0 comments on commit 30a8323

Please sign in to comment.