nsarrazin commited on
Commit
6c98df4
·
unverified ·
1 Parent(s): 71ca122

Add `BODY_SIZE_LIMIT` to Dockerfile ARGs (#1269)

Browse files
Files changed (1) hide show
  1. 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