Skip to content
Open
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: 0 additions & 1 deletion shopware5/deps
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ mysql
opcache
openssl
pcntl
pgsql
redis
soap
zip
11 changes: 11 additions & 0 deletions shopware6/7.4-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions shopware6/7.4-dev/shopware-dev.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
phar.readonly = 0
memory_limit = 512M
upload_max_filesize = 100M
post_max_size = 100M
date.timezone = Europe/Berlin
1 change: 0 additions & 1 deletion shopware6/deps
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ mysql
opcache
openssl
pcntl
pgsql
redis
soap
xml
Expand Down