Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Gruber <julian@juliangruber.com>
  • Loading branch information
bajtos and juliangruber authored Dec 11, 2023
1 parent 526a92b commit 34183e3
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 @@ -12,7 +12,7 @@ WORKDIR /app
# Set production environment
ENV NODE_ENV="production"
ENV SENTRY_ENVIRONMENT="production"
ENV REQUEST_LOGGING false
ENV REQUEST_LOGGING="false"

# Throw-away build stage to reduce size of final image
FROM base as build
Expand Down

0 comments on commit 34183e3

Please sign in to comment.