1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

fpm config

This commit is contained in:
Robin Appelman 2022-08-01 20:24:40 +02:00
commit 4d419bf263
2 changed files with 9 additions and 2 deletions

View file

@ -14,6 +14,7 @@ COPY src /app/src
ENV PARSER_PATH /app/parse_demo
RUN echo "clear_env = no" >> /usr/local/etc/php/php-fpm.conf \
&& echo "post_max_size = 150M" >> /usr/local/etc/php/php.ini \
COPY php-fpm.conf /usr/local/etc/php/php-fpm.conf
RUN echo "post_max_size = 150M" >> /usr/local/etc/php/php.ini \
&& echo "upload_max_filesize = 150M" >> /usr/local/etc/php/php.ini