Skip to content

Commit ef6de8d

Browse files
authored
Merge branch 'main' into feature/sort-documents
2 parents 67d7c1f + fe22270 commit ef6de8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ RUN apt-get update && apt-get install -y \
55
unzip \
66
&& rm -rf /var/lib/apt/lists/*
77

8+
RUN echo "memory_limit = 512M" > /usr/local/etc/php/conf.d/memory-limit.ini
9+
810
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer

0 commit comments

Comments
 (0)