Increase php memory limit #18

Merged
krzysiej merged 1 commits from feature/increase-memory-limit into master 2025-02-04 21:00:43 +01:00
Showing only changes of commit ac1f0af5ae - Show all commits

View File

@@ -2,7 +2,7 @@ FROM php:8.3-cli
WORKDIR /usr/src/app WORKDIR /usr/src/app
ENV PHP_MEMORY_LIMIT=512M 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 \ RUN apt-get update && apt-get install -y \
git \ git \
unzip \ unzip \