Skip to content

Commit

Permalink
fix: sentry_auth_token mode (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Nov 7, 2023
1 parent cade4a3 commit e426dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --chown=1000:1000 dashboard/. .

ENV NODE_ENV=production

RUN --mount=type=secret,id=sentry_auth_token \
RUN --mount=type=secret,id=sentry_auth_token,mode=0444 \
yarn build; \
if [ -f "/run/secrets/sentry_auth_token" ]; then \
export SENTRY_AUTH_TOKEN=$(cat /run/secrets/sentry_auth_token); \
Expand Down

0 comments on commit e426dba

Please sign in to comment.