File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
web-framework/python/flask Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
- Name : start-flask-v3
3
+ Name : start-fc-flask
4
4
Provider :
5
5
- 阿里云
6
- Version : 0.0.16
6
+ Version : 0.0.1
7
7
Description : 本案例将Flask框架,这一非常受欢迎的Python Web框架,快捷创建并部署到阿里云函数计算 FC。
8
8
HomePage : https://github.com/devsapp/start-web-framework
9
9
Organization : 阿里云函数计算(FC)
Original file line number Diff line number Diff line change
1
+ runtimes :
2
+ - python3.10
3
+ command : mkdir python && pip install -r requirements.txt -t ./python
4
+ workDir : ./code
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ vars:
11
11
resources :
12
12
framework :
13
13
component : fc3
14
- actions :
15
- pre-deploy :
16
- - run : mkdir python
17
- path : ./code
18
- - run : pip install -r requirements.txt -t ./python
19
- path : ./code
14
+ # actions:
15
+ # pre-deploy:
16
+ # - run: mkdir python
17
+ # path: ./code
18
+ # - run: pip install -r requirements.txt -t ./python
19
+ # path: ./code
20
20
props :
21
21
timeout : 60
22
22
cpu : 1
You can’t perform that action at this time.
0 commit comments