1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2020-07-07 20:51:09 +10:00
parent 368f3cba37
commit ead2d2d2b2
1 changed files with 10 additions and 0 deletions

10
run
View File

@ -7,4 +7,14 @@ bash() {
docker-compose exec ${ARGUMENT} bash
}
git_ignore_filemode() {
git config core.fileMode false
}
update_thirdparty_apps() {
docker-compose -f docker-compose.thirdparty-apps.yml stop
docker-compose -f docker-compose.thirdparty-apps.yml build
docker-compose -f docker-compose.thirdparty-apps.yml up -d
}
${COMMAND}