We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22bcd commit bc86cffCopy full SHA for bc86cff
1 file changed
Dockerfile
@@ -30,7 +30,7 @@ RUN yarn build
30
FROM helsinki.azurecr.io/nginx-spa-standard:1.0 AS production
31
32
ARG REACT_APP_SENTRY_RELEASE
33
-ENV REACT_APP_RELEASE=${REACT_APP_SENTRY_RELEASE:-""}
+ENV APP_RELEASE=${REACT_APP_SENTRY_RELEASE:-""}
34
# 1. Copy the compiled assets
35
COPY --from=staticbuilder /app/build /usr/share/nginx/html
36
0 commit comments