diff --git a/Dockerfile b/Dockerfile index d52e533..adce4f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \