Skip to content

Commit

Permalink
remove useless MAX_UPLOAD_SIZE and MAX_UPLOAD_TIME env from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Sep 9, 2024
1 parent 8ad3638 commit 508d887
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 508d887

Please sign in to comment.