Skip to content

Commit

Permalink
pass SENTRY_AUTH_TOKEN arg to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Nov 19, 2024
1 parent 90b6fbb commit 4e8b2d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ RUN GLEAN_PYTHON=python GLEAN_PIP=pip npm run build
ARG SENTRY_RELEASE
ENV SENTRY_RELEASE=$SENTRY_RELEASE

ARG SENTRY_AUTH_TOKEN
ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN

CMD ["npm", "start"]

0 comments on commit 4e8b2d2

Please sign in to comment.