add gohookr script

This commit is contained in:
Akbar Rahman 2022-05-26 02:16:07 +01:00
parent aa8c3690ee
commit 1b5746096e
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