Compare commits

...

2 Commits

Author SHA1 Message Date
ce5957eb70 add gohookr.sh script 2022-12-17 01:57:41 +00:00
b388e8f796 rename example docker-compose file 2022-12-17 01:57:29 +00:00
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ todo
env
__pycache__
redis-data
docker-compose.yml

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