mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +01:00
4 lines
115 B
Bash
4 lines
115 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" || exit 1
|
|
docker-compose exec php /bin/bash
|