Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 5, 2023
1 parent 33c5500 commit 14d8b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pnpm fetch
ADD . ./
RUN pnpm install --offline

ARG VITE_APP_GIT_SHA=production
ARG VITE_APP_GIT_SHA=unknown
ARG SENTRY_AUTH_TOKEN
ENV VITE_APP_GIT_SHA $VITE_APP_GIT_SHA
ENV SENTRY_AUTH_TOKEN $SENTRY_AUTH_TOKEN
Expand Down

0 comments on commit 14d8b33

Please sign in to comment.