File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM duhon/php:7.3-alpine AS builder
2-
2+ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
33RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ magento/project-community-edition /var/www/magento2ce --no-install --no-interaction
44RUN composer config --unset repo.0
55RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
Original file line number Diff line number Diff line change 11FROM duhon/php:7.3-alpine AS builder
2-
2+ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
33RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ magento/project-community-edition /var/www/magento2ce --no-install --no-interaction
44RUN composer config --unset repo.0
55RUN composer config repo.foomanmirror composer https://repo-magento-mirror.fooman.co.nz/
You can’t perform that action at this time.
0 commit comments