mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-10-10 09:48:08 +02:00
Added schema update to build process
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
cp .env.dist docker-symfony/.env
|
cp .env.dist docker-symfony/.env
|
||||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose build && docker-compose up -d)
|
(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)
|
Reference in New Issue
Block a user