Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 28, 2024
1 parent 92f43f4 commit 9dd6b7c
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 @@ -19,7 +19,7 @@ RUN npm run build
FROM python:3.11-slim-bookworm as release

# Set ENV
ENV NODE_ENV='production'
ENV NODE_ENV='development'
ENV TZ=Etc/UTC
WORKDIR /usr/src/app

Expand Down

0 comments on commit 9dd6b7c

Please sign in to comment.