Increase php memory limit

This commit is contained in:
Krzysztof Płaczek
2025-02-04 20:41:58 +01:00
parent 8eeba225ed
commit c947e470af

View File

@@ -1,6 +1,7 @@
FROM php:8.3-cli
WORKDIR /usr/src/app
ENV PHP_MEMORY_LIMIT=512M
RUN apt-get update && apt-get install -y \
git \