Pommsn commited on
Commit
fe19868
·
verified ·
1 Parent(s): 007df08

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -7,7 +7,7 @@ redis-server --daemonize yes
7
  # 2. อัปเกรดฐานข้อมูล
8
  echo "🗄️ Upgrading Database..."
9
  cd /app/api
10
- flask upgrade-db
11
 
12
  # 3. เริ่ม API (Backend)
13
  echo "🧠 Starting API Server..."
 
7
  # 2. อัปเกรดฐานข้อมูล
8
  echo "🗄️ Upgrading Database..."
9
  cd /app/api
10
+ flask db upgrade
11
 
12
  # 3. เริ่ม API (Backend)
13
  echo "🧠 Starting API Server..."