Skip to content

Commit 07c49c5

Browse files
authored
Update Dockerfile
1 parent 50bd01a commit 07c49c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/wrapper/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ RUN npm install
2828
# Start server
2929
RUN export NODE_ENV=production
3030
RUN export UWS_HTTP_MAX_HEADERS_SIZE=8192
31+
32+
ENV NODE_ENV=production
33+
ENV UWS_HTTP_MAX_HEADERS_SIZE=8192
34+
3135
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)