We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd01a commit 07c49c5Copy full SHA for 07c49c5
packages/wrapper/Dockerfile
@@ -28,4 +28,8 @@ RUN npm install
28
# Start server
29
RUN export NODE_ENV=production
30
RUN export UWS_HTTP_MAX_HEADERS_SIZE=8192
31
+
32
+ENV NODE_ENV=production
33
+ENV UWS_HTTP_MAX_HEADERS_SIZE=8192
34
35
CMD ["npm", "run", "start"]
0 commit comments