Skip to content

Commit

Permalink
feat: increase upload size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Nov 15, 2024
1 parent c689571 commit 8691454
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN docker-php-ext-enable imagick

RUN docker-php-ext-install pdo_mysql intl

RUN echo "upload_max_filesize = 25M\npost_max_size = 25M" > /usr/local/etc/php/conf.d/uploads.ini

RUN npx gulp init

RUN a2enmod rewrite
Expand Down

0 comments on commit 8691454

Please sign in to comment.