Adding docker update script
This commit is contained in:
parent
540dbe09a3
commit
65ec2e64dd
5
docker_update.sh
Executable file
5
docker_update.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
git pull
|
||||
docker-compose up -d --no-deps --build
|
Loading…
x
Reference in New Issue
Block a user