From 508d887e129ea30e48264f83b65678365a64b04e Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 9 Sep 2024 21:03:16 +0200 Subject: [PATCH] remove useless MAX_UPLOAD_SIZE and MAX_UPLOAD_TIME env from Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58945b4..df224b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -303,8 +303,6 @@ ENV CYPRESS_INSTALL_BINARY=0 ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0 # enable new yarn RUN corepack enable -ENV MAX_UPLOAD_SIZE=100M -ENV MAX_UPLOAD_TIME=900000 # some ini settings are set on the command line to override the restrictive production ones already set # IMPORTANT: the yarn/build step must be done before the composer/install step because a source file (advancedQuery) will be generated by yarn # so in order for composer to take it into account, it must exist before we call the install command of composer.