Skip to content

Commit 03ed34e

Browse files
committed
remove sentry sourcemap upload from dockerfile
1 parent 931e144 commit 03ed34e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,11 @@ WORKDIR /app
3030
COPY package.json package-lock.json ./
3131
RUN npm i -g npm@latest && npm ci --verbose
3232

33-
ARG SENTRY_ORG
34-
ENV SENTRY_ORG=$SENTRY_ORG
35-
ARG SENTRY_PROJECT
36-
ENV SENTRY_PROJECT=$SENTRY_PROJECT
37-
ARG SENTRY_AUTH_TOKEN
38-
ENV SENTRY_AUTH_TOKEN=$SENTRY_AUTH_TOKEN
39-
ARG CAPROVER_GIT_COMMIT_SHA
40-
ENV SENTRY_RELEASE=$CAPROVER_GIT_COMMIT_SHA
4133
ARG WIX_URLS
4234
ENV WIX_URLS=$WIX_URLS
4335

4436
COPY . .
45-
RUN SENTRY_LOG_LEVEL=debug npm run build-prod
37+
RUN npm run build-prod
4638

4739
ENV NODE_ENV=production
4840

0 commit comments

Comments
 (0)