Skip to content

Commit

Permalink
add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Sep 27, 2024
1 parent 0ec1546 commit a43e41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e

echo "Running migrations..."
python3 init.py
echo "Starting FastAPI server..."
exec fastapi run app/main.py --workers ${NB_WORKERS:-1}

0 comments on commit a43e41c

Please sign in to comment.