mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Added stop and composer-update script
This commit is contained in:
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)
|
Reference in New Issue
Block a user