mirror of
https://github.com/sstent/FitTrack_GarminSync.git
synced 2026-01-26 09:01:53 +00:00
feat: Initial commit of FitTrack_GarminSync project
This commit is contained in:
10
backend/entrypoint.sh
Executable file
10
backend/entrypoint.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status.
|
||||
set -e
|
||||
|
||||
# Run database migrations (if any)
|
||||
# alembic upgrade head
|
||||
|
||||
# Start the FastAPI application
|
||||
exec uvicorn src.main:app --host 0.0.0.0 --port ${API_PORT:-8001}
|
||||
Reference in New Issue
Block a user