Last active
November 28, 2017 12:15
-
-
Save Basster/9b4507af39a18dba5a6e5ab99cfff2e7 to your computer and use it in GitHub Desktop.
Docker-Compose Symfony Console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
docker-compose run -u "$UID" -w /var/www/html --no-deps --rm php bin/console $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment