Skip to content

Instantly share code, notes, and snippets.

@shiftedreality
Last active July 12, 2019 14:32
Show Gist options
  • Select an option

  • Save shiftedreality/e7c720aee94429a5684a5bacb175acd9 to your computer and use it in GitHub Desktop.

Select an option

Save shiftedreality/e7c720aee94429a5684a5bacb175acd9 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run --rm \
-e "MAGENTO_ROOT=/app" \
-v $(pwd):/app \
-v ~/.composer/cache:/root/.composer/cache \
-v /app/vendor \
magento/magento-cloud-docker-php:7.2-cli \
bash -c "composer install -d /app && /app/vendor/bin/ece-tools docker:build $*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment