Testys commited on
Commit
6261f03
·
verified ·
1 Parent(s): 7fc05ec

removing app

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -11,4 +11,4 @@ python -m src.tele_bot.bot &
11
 
12
  echo "Starting FastAPI application..."
13
  # Start FastAPI with Uvicorn
14
- exec uvicorn app.src.api:app --host 0.0.0.0 --port 7860 --workers 1
 
11
 
12
  echo "Starting FastAPI application..."
13
  # Start FastAPI with Uvicorn
14
+ exec uvicorn src.api:app --host 0.0.0.0 --port 7860 --workers 1