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.
1 parent 2793ff7 commit 2fc4d6bCopy full SHA for 2fc4d6b
Dockerfile
@@ -3,7 +3,8 @@ FROM php:7.3-alpine
3
COPY --from=composer:1.8.4 /usr/bin/composer /usr/local/bin/composer
4
5
COPY . /opt/phpdoc
6
-RUN cd /opt/phpdoc && composer install
+RUN cd /opt/phpdoc && composer install \
7
+ && echo "memory_limit=1024M" >> /usr/local/etc/php/conf.d/phpdoc.ini
8
9
ENTRYPOINT ["/opt/phpdoc/entrypoint.sh"]
10
CMD ["--help"]
0 commit comments