Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions images/php/7.1-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM php:7.1-cli-stretch
ARG GOSU_VERSION=1.11

ENV COMPOSER_MEMORY_LIMIT -1
ENV PHP_MEMORY_LIMIT 2G
ENV MAGENTO_ROOT /app
ENV DEBUG false
Expand Down
1 change: 1 addition & 0 deletions images/php/7.2-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM php:7.2-cli-stretch
ARG GOSU_VERSION=1.11

ENV COMPOSER_MEMORY_LIMIT -1
ENV PHP_MEMORY_LIMIT 2G
ENV MAGENTO_ROOT /app
ENV DEBUG false
Expand Down
1 change: 1 addition & 0 deletions images/php/7.3-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM php:7.3-cli-stretch
ARG GOSU_VERSION=1.11

ENV COMPOSER_MEMORY_LIMIT -1
ENV PHP_MEMORY_LIMIT 2G
ENV MAGENTO_ROOT /app
ENV DEBUG false
Expand Down
1 change: 1 addition & 0 deletions images/php/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM php:{%version%}-cli-stretch
ARG GOSU_VERSION=1.11

ENV COMPOSER_MEMORY_LIMIT -1
ENV PHP_MEMORY_LIMIT 2G
ENV MAGENTO_ROOT /app
ENV DEBUG false
Expand Down