Skip to content

Commit

Permalink
fixed docker backend logging! (again)
Browse files Browse the repository at this point in the history
this is some of the old magic
  • Loading branch information
dale-wahl committed Feb 2, 2023
1 parent 372c235 commit 1f76502
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,4 @@ echo ''
# Start 4CAT backend
python3 4cat-daemon.py start

# Hang out until SIGTERM received
while true; do
sleep 1
done
exec tail -f logs/backend_4cat.log & wait $!

0 comments on commit 1f76502

Please sign in to comment.