PopovDanil commited on
Commit
7a9f42a
·
1 Parent(s): 6426c42
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -12,7 +12,7 @@ echo "step 2 is ready"
12
  sleep 1
13
  echo "step 3 is ready"
14
 
15
- python -m app.automigration
16
  echo "step 4 is ready"
17
  # Start the main application
18
  uvicorn app.api.api:api --host 0.0.0.0 --port 7860
 
12
  sleep 1
13
  echo "step 3 is ready"
14
 
15
+ # python -m app.automigration
16
  echo "step 4 is ready"
17
  # Start the main application
18
  uvicorn app.api.api:api --host 0.0.0.0 --port 7860