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