mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Added schema update to build process
This commit is contained in:
parent
22bbbb4e89
commit
989de39459
@ -1,2 +1,3 @@
|
||||
cp .env.dist docker-symfony/.env
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose build && docker-compose up -d)
|
||||
bash $(dirname $(readlink -f ${0}))/schema-update.sh
|
||||
|
1
administration/schema-update.sh
Normal file
1
administration/schema-update.sh
Normal file
@ -0,0 +1 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php bin/console doctrine:schema:update --force)
|
Loading…
Reference in New Issue
Block a user