1
0
Fork 0
forked from gorb/backend

fix: make container work properly

Tested-by: Radical <radical@radical.fun>
This commit is contained in:
Radical 2025-05-25 19:20:02 +02:00
parent 6c47d22ae6
commit 6640d03b70
5 changed files with 24 additions and 21 deletions

View file

@ -49,4 +49,7 @@ rotate_log() {
rotate_log "/gorb/logs/backend.log"
# Give the DB time to start up before connecting
sleep 5
/usr/bin/gorb-backend --config /gorb/config/config.toml 2>&1 | tee /gorb/logs/backend.log