Skip to content

Commit

Permalink
Fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 12, 2023
1 parent 85a5ce5 commit dce7d9a
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 @@ -11,7 +11,7 @@ RUN npm install
COPY . /app/

ARG ENV_NAME
RUN echo "Building with configuration ${ENV_NAME}" && npm run -- ng build --configuration ${ENV_NAME} && npm run -- ng run srm:server --configuration ${ENV_NAME}
RUN echo "Building with configuration ${ENV_NAME}" && npm run -- ng build --configuration ${ENV_NAME} && npm run -- ng run srm:server:${ENV_NAME}
ARG SENTRY_AUTH_TOKEN
RUN test -z "${SENTRY_AUTH_TOKEN}" || SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} npm run sentry:sourcemaps

Expand Down

0 comments on commit dce7d9a

Please sign in to comment.