Skip to content

Commit

Permalink
feat: install profilerbar by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 13, 2024
1 parent 79e998e commit 14ec29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN <<EOF
export COMPOSER_ALLOW_SUPERUSER=1
shopware-cli project create /shop ${SHOPWARE_VERSION}
shopware-cli project ci /shop
composer -d /shop require shopware/dev-tools
EOF

COPY --chmod=555 <<EOF /shop/config/packages/override.yaml
Expand All @@ -28,6 +29,7 @@ EOF
FROM quay.io/friendsofshopware/devcontainer:base-${PHP_VERSION}

COPY --from=creation --chown=www-data /shop /var/www/html
COPY --from=friendsofshopware/shopware-cli:latest-php-${PHP_VERSION} /usr/local/bin/shopware-cli /usr/local/bin/shopware-cli

RUN <<EOF
set -e
Expand Down

0 comments on commit 14ec29f

Please sign in to comment.