Skip to content

Commit

Permalink
Increase memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed May 14, 2023
1 parent 2992739 commit 7b5560e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN apt-get update && \

RUN docker-php-ext-install tidy


COPY php.ini /usr/local/etc/php/

COPY --from=gitsrc /ftr /var/www/html
COPY --from=gitconfig /ftr-site-config/.* /ftr-site-config/* /var/www/html/site_config/standard/

Expand Down
1 change: 1 addition & 0 deletions php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
memory_limit = 256M

0 comments on commit 7b5560e

Please sign in to comment.