diff --git a/shopware5/deps b/shopware5/deps index a4aca5d..996e43f 100644 --- a/shopware5/deps +++ b/shopware5/deps @@ -9,7 +9,6 @@ mysql opcache openssl pcntl -pgsql redis soap zip diff --git a/shopware6/7.4-dev/Dockerfile b/shopware6/7.4-dev/Dockerfile new file mode 100644 index 0000000..e799828 --- /dev/null +++ b/shopware6/7.4-dev/Dockerfile @@ -0,0 +1,11 @@ +FROM pttde/php:shopware6-7.4 + +RUN apk add --no-cache mysql-client nodejs-npm $PHPIZE_DEPS \ + && pecl install xdebug \ + && rm -rf /tmp/* /var/cache/apk/* \ + && cp "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini" + +RUN ln -s /app/psh.phar /usr/local/bin/psh +COPY shopware-dev.ini $PHP_INI_DIR/conf.d/shopware-dev.ini + +WORKDIR /app diff --git a/shopware6/7.4-dev/shopware-dev.ini b/shopware6/7.4-dev/shopware-dev.ini new file mode 100644 index 0000000..463f9bc --- /dev/null +++ b/shopware6/7.4-dev/shopware-dev.ini @@ -0,0 +1,5 @@ +phar.readonly = 0 +memory_limit = 512M +upload_max_filesize = 100M +post_max_size = 100M +date.timezone = Europe/Berlin diff --git a/shopware6/deps b/shopware6/deps index b161a74..686b4d1 100644 --- a/shopware6/deps +++ b/shopware6/deps @@ -12,7 +12,6 @@ mysql opcache openssl pcntl -pgsql redis soap xml