mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Implemented load-fixture script
This commit is contained in:
parent
7dad35c9d8
commit
b2642cc311
@ -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)
|
Loading…
Reference in New Issue
Block a user