Spaces:
Paused
Paused
Add `BODY_SIZE_LIMIT` to Dockerfile ARGs (#1269)
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -55,7 +55,7 @@ ENV INCLUDE_DB=${INCLUDE_DB}
|
|
| 55 |
ARG APP_BASE=
|
| 56 |
# tailwind requires the primary theme to be known at build time so it must be passed as a build arg
|
| 57 |
ARG PUBLIC_APP_COLOR=blue
|
| 58 |
-
|
| 59 |
|
| 60 |
# install dotenv-cli
|
| 61 |
RUN npm install -g dotenv-cli
|
|
|
|
| 55 |
ARG APP_BASE=
|
| 56 |
# tailwind requires the primary theme to be known at build time so it must be passed as a build arg
|
| 57 |
ARG PUBLIC_APP_COLOR=blue
|
| 58 |
+
ARG BODY_SIZE_LIMIT=12582912
|
| 59 |
|
| 60 |
# install dotenv-cli
|
| 61 |
RUN npm install -g dotenv-cli
|