We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840382a commit 6bed179Copy full SHA for 6bed179
web-framework/python/flask/publish.yaml
@@ -3,7 +3,7 @@ Type: Project
3
Name: start-fc-flask
4
Provider:
5
- 阿里云
6
-Version: 0.0.2
+Version: 0.0.3
7
Description: 本案例将Flask框架,这一非常受欢迎的Python Web框架,快捷创建并部署到阿里云函数计算 FC。
8
HomePage: https://github.com/devsapp/start-web-framework
9
Organization: 阿里云函数计算(FC)
web-framework/python/flask/src/build.yaml
@@ -1,6 +1,9 @@
1
framework:
2
- builder: default
- languages:
- - python3.10
- command: mkdir python && pip install -r requirements.txt -t ./python
- workDir: ./code
+ defaultBuilder:
+ languages:
+ - python3.10
+ steps:
+ - run: mkdir python
+ path: ./code
+ - run: pip install -r requirements.txt -t ./python
0 commit comments