add gohookr.sh script

This commit is contained in:
Akbar Rahman 2022-12-17 01:57:41 +00:00
parent b388e8f796
commit ce5957eb70
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

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