Skip to content

Commit 6eb6e0f

Browse files
committed
Set NODE_ENV to production in Dockerfile
1 parent 58fe14d commit 6eb6e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ WORKDIR /app
140140
ENV DEBUG_LEVEL=WARN
141141
ENV VIDEO_PATH=/app/video.mp4
142142
ENV CHROMIUM_PATH=/usr/bin/chromium-browser-unstable
143+
ENV NODE_ENV=production
143144
ENTRYPOINT ["/app/entrypoint.sh"]
144145

145146
COPY package.json yarn.lock /app/

0 commit comments

Comments
 (0)