mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Added stop and composer-update script
This commit is contained in:
parent
8abb5eaaac
commit
a76884d63a
1
administration/composer-update.sh
Normal file
1
administration/composer-update.sh
Normal file
@ -0,0 +1 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php composer update)
|
@ -2,5 +2,6 @@
|
||||
cd $(dirname $(readlink -f ${0}));
|
||||
bash ./submodule-init.sh
|
||||
bash ./build.sh
|
||||
bash ./composer-update.sh
|
||||
bash ./schema-update.sh
|
||||
)
|
||||
|
1
administration/stop.sh
Normal file
1
administration/stop.sh
Normal file
@ -0,0 +1 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose stop)
|
Loading…
Reference in New Issue
Block a user