Increase php memory limit

This commit is contained in:
Krzysztof Płaczek
2025-02-04 21:00:12 +01:00
parent 62239bd052
commit ac1f0af5ae

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 \