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 11Edition : 3.0.0
22Type : Project
3- Name : start-flask-v3
3+ Name : start-fc-flask
44Provider :
55 - 阿里云
6- Version : 0.0.16
6+ Version : 0.0.1
77Description : 本案例将Flask框架,这一非常受欢迎的Python Web框架,快捷创建并部署到阿里云函数计算 FC。
88HomePage : https://github.com/devsapp/start-web-framework
99Organization : 阿里云函数计算(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:
1111resources :
1212 framework :
1313 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
2020 props :
2121 timeout : 60
2222 cpu : 1
You can’t perform that action at this time.
0 commit comments