Improve docker automation

This commit is contained in:
riggraz
2019-08-26 10:41:46 +02:00
parent c67774334c
commit 5cf71687c8
6 changed files with 22 additions and 9 deletions

1
script/docker-build.sh Executable file
View File

@@ -0,0 +1 @@
docker-compose build

1
script/docker-run.sh Executable file
View File

@@ -0,0 +1 @@
docker-compose up "$@"

1
script/docker-update.sh Executable file
View File

@@ -0,0 +1 @@
docker-compose run --rm -e UPDATE=1 web echo "Update completed."