Skip to content

Commit 6837082

Browse files
committed
env variables
1 parent 092d24a commit 6837082

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ RUN yarn build
3131
FROM helsinki.azurecr.io/nginx-spa-standard:1.0 AS production
3232
USER root
3333
RUN rm -rf /etc/nginx/includes/*
34+
ARG REACT_APP_SENTRY_RELEASE
35+
ENV REACT_APP_RELEASE=${REACT_APP_SENTRY_RELEASE:-""}
3436
# 1. Copy the compiled assets
3537
COPY --from=staticbuilder /app/build /usr/share/nginx/html
3638

0 commit comments

Comments
 (0)