muryshev commited on
Commit
8dc0601
1 Parent(s): b09ec4e

increased body size

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ COPY . /usr/src/app
29
 
30
  # Expose the port that the application listens on.
31
  EXPOSE 7860
32
-
33
 
34
  # Run the application.
35
  CMD node build
 
29
 
30
  # Expose the port that the application listens on.
31
  EXPOSE 7860
32
+ ENV BODY_SIZE_LIMIT=50000000
33
 
34
  # Run the application.
35
  CMD node build