Skip to content

Commit

Permalink
Revert "Make entrypoint match Procfile"
Browse files Browse the repository at this point in the history
This reverts commit 866daff.
  • Loading branch information
zachlatta committed Jan 7, 2025
1 parent 866daff commit 50d7326
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
if [ "$WAKAPI_DB_TYPE" == "sqlite3" ] || [ "$WAKAPI_DB_TYPE" == "" ]; then
exec ./wakapi
else
# echo "Waiting for database to come up"
# exec ./wait-for-it.sh "$WAKAPI_DB_HOST:$WAKAPI_DB_PORT" -s -t 60 -- ./wakapi
./wakapi -config config.yml
echo "Waiting for database to come up"
exec ./wait-for-it.sh "$WAKAPI_DB_HOST:$WAKAPI_DB_PORT" -s -t 60 -- ./wakapi
fi

0 comments on commit 50d7326

Please sign in to comment.