Merge pull request 'Increase php memory limit' (#18) from feature/increase-memory-limit into master

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2025-02-04 21:00:43 +01:00

View File

@@ -2,7 +2,7 @@ FROM php:8.3-cli
WORKDIR /usr/src/app
ENV PHP_MEMORY_LIMIT=512M
RUN echo "memory_limit=512M" > /usr/local/etc/php/conf.d/memory-limit.ini
RUN apt-get update && apt-get install -y \
git \
unzip \