Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 4, 2023
1 parent c83a532 commit 92e6572
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ RUN --mount=type=secret,id=sentry_auth_token export SENTRY_AUTH_TOKEN="$(cat /ru
# Production image, copy all the files and run next
FROM base AS runner

ARG SENTRY_ENVIRONMENT
ENV SENTRY_ENVIRONMENT $SENTRY_ENVIRONMENT
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE $SENTRY_RELEASE
ARG SENTRY_DSN
ENV SENTRY_DSN $SENTRY_DSN

ENV NODE_ENV production
ENV NEXT_TELEMETRY_DISABLED 1

Expand Down

0 comments on commit 92e6572

Please sign in to comment.