liuyuqi-dellpc 1 year ago
parent
commit
bc36a9c867
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitpod.yml

+ 2 - 1
.gitpod.yml

@@ -1,2 +1,3 @@
 tasks:
-  - init: pip install -r requirements.txt
+  - init: cd backend && pip install -r requirements.txt
+    command: cd backend && python main.py