Compare commits

..
2 Commits
Author SHA1 Message Date
alvierahman90 ce5957eb70 add gohookr.sh script 2022-12-17 01:57:41 +00:00
alvierahman90 b388e8f796 rename example docker-compose file 2022-12-17 01:57:29 +00:00
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ todo
env
__pycache__
redis-data
docker-compose.yml
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
cd `dirname $0`
git pull
docker-compose up -d --build