We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67d7c1f + fe22270 commit ef6de8dCopy full SHA for ef6de8d
Dockerfile
@@ -5,4 +5,6 @@ RUN apt-get update && apt-get install -y \
5
unzip \
6
&& rm -rf /var/lib/apt/lists/*
7
8
+RUN echo "memory_limit = 512M" > /usr/local/etc/php/conf.d/memory-limit.ini
9
+
10
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
0 commit comments