mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-12 19:05:07 +01:00
4 lines
136 B
Bash
4 lines
136 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(readlink -f "${0}")")/../docker-symfony/" &&
|
|
docker-compose exec php bin/console doctrine:schema:validate
|