add gohookr.sh script

This commit is contained in:
2022-12-17 01:57:41 +00:00
parent b388e8f796
commit ce5957eb70

6
gohookr.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
cd `dirname $0`
git pull
docker-compose up -d --build