increased body size
Browse files- 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
|