add gohookr.sh script
This commit is contained in:
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
|
Reference in New Issue
Block a user