Skip to content

Instantly share code, notes, and snippets.

@Basster
Last active November 28, 2017 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Basster/9b4507af39a18dba5a6e5ab99cfff2e7 to your computer and use it in GitHub Desktop.
Save Basster/9b4507af39a18dba5a6e5ab99cfff2e7 to your computer and use it in GitHub Desktop.
Docker-Compose Symfony Console
#!/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