add gohookr script
This commit is contained in:
parent
aa8c3690ee
commit
1b5746096e
6
gohookr.sh
Executable file
6
gohookr.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cd `dirname $0`
|
||||
git pull
|
||||
docker-compose up -d --build
|
Loading…
Reference in New Issue
Block a user