diff --git a/Dockerfile b/Dockerfile index c6fc345..af9ee55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,10 @@ COPY . . ARG GIT_REV ENV GIT_REV ${GIT_REV} +# Sentry Auth Token +ARG SENTRY_AUTH_TOKEN +ENV SENTRY_AUTH_TOKEN ${SENTRY_AUTH_TOKEN} + # Disable telemetry during build ENV NEXT_TELEMETRY_DISABLED 1