Skip to content

Commit 704ef4d

Browse files
More memory needed
1 parent 850707d commit 704ef4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

magento-mess-detector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM duhon/php:7.3-alpine AS builder
2-
2+
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
33
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ magento/project-community-edition /var/www/magento2ce --no-install --no-interaction
44
RUN composer config --unset repo.0
55
RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/

magento-phpstan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM duhon/php:7.3-alpine AS builder
2-
2+
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
33
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ magento/project-community-edition /var/www/magento2ce --no-install --no-interaction
44
RUN composer config --unset repo.0
55
RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/

0 commit comments

Comments
 (0)