We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092d24a commit 6837082Copy full SHA for 6837082
1 file changed
Dockerfile
@@ -31,6 +31,8 @@ RUN yarn build
31
FROM helsinki.azurecr.io/nginx-spa-standard:1.0 AS production
32
USER root
33
RUN rm -rf /etc/nginx/includes/*
34
+ARG REACT_APP_SENTRY_RELEASE
35
+ENV REACT_APP_RELEASE=${REACT_APP_SENTRY_RELEASE:-""}
36
# 1. Copy the compiled assets
37
COPY --from=staticbuilder /app/build /usr/share/nginx/html
38
0 commit comments