Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Apr 20, 2024
1 parent 328f5a4 commit e8ae122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ ARG SHOPWARE_VERSION=6.5.8.2

RUN <<EOF
set -e
export COMPOSER_ALLOW_SUPERUSER=1
shopware-cli project create /shop ${SHOPWARE_VERSION}
shopware-cli project ci /shop
COMPOSER_ALLOW_SUPERUSER=1 composer -d /shop require "swag/demo-data:*"
composer -d /shop require "swag/demo-data:*"
EOF

COPY --chmod=555 <<EOF /shop/config/packages/override.yaml
Expand Down

0 comments on commit e8ae122

Please sign in to comment.