Skip to content

Commit

Permalink
keep startup script from terminating for live env
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 17, 2024
1 parent 03edef3 commit b21399d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ fi
echo "ready"

# Keep the container running
#tail -f /dev/null

if [ "$PREVENT_EXIT" == "1" ]; then
tail -f /dev/null
fi



Expand Down

0 comments on commit b21399d

Please sign in to comment.