Skip to content

Commit bc86cff

Browse files
committed
rename variable
1 parent ea22bcd commit bc86cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN yarn build
3030
FROM helsinki.azurecr.io/nginx-spa-standard:1.0 AS production
3131

3232
ARG REACT_APP_SENTRY_RELEASE
33-
ENV REACT_APP_RELEASE=${REACT_APP_SENTRY_RELEASE:-""}
33+
ENV APP_RELEASE=${REACT_APP_SENTRY_RELEASE:-""}
3434
# 1. Copy the compiled assets
3535
COPY --from=staticbuilder /app/build /usr/share/nginx/html
3636

0 commit comments

Comments
 (0)