mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Implemented load-fixture script
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
bash ./build.sh
|
||||
bash ./composer-update.sh
|
||||
bash ./schema-update.sh
|
||||
bash ./load-fixtures.sh
|
||||
)
|
||||
|
1
administration/load-fixtures.sh
Normal file
1
administration/load-fixtures.sh
Normal file
@@ -0,0 +1 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php bin/console doctrine:fixtures:load -n)
|
Reference in New Issue
Block a user