add SENTRY_AUTH_TOKEN to dockerfile
Some checks failed
deploy / deploy (push) Failing after 20s

This commit is contained in:
Lee 2023-10-20 17:44:42 +01:00
parent 7cc93a823e
commit 53f8607000

@ -17,6 +17,9 @@ ENV NEXT_TELEMETRY_DISABLED 1
ARG GIT_REV ARG GIT_REV
ENV GIT_REV ${GIT_REV} ENV GIT_REV ${GIT_REV}
ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN ${SENTRY_AUTH_TOKEN}
RUN npm run build RUN npm run build
# Run the app # Run the app