File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,6 @@ The following settings are available:
521521- ` command ` – Command run through the shell to start your server (Default ` ./server ` )
522522 - When ` package.json ` is detected ` npm start ` is used
523523 - When ` app.js ` is detected ` node app.js ` is used
524- - When ` app.py ` is detected ` python app.py ` is used
525524- ` timeout ` – Timeout in seconds per request (Default ` 15 ` , Max ` 25 ` )
526525- ` listen_timeout ` – Timeout in seconds Up will wait for your app to boot and listen on ` PORT ` (Default ` 15 ` , Max ` 25 ` )
527526
Original file line number Diff line number Diff line change @@ -29,20 +29,6 @@ The server run by the proxy becomes:
2929$ npm start
3030```
3131
32- ## Python
33-
34- When requirements.txt is present the build command becomes:
35-
36- ```
37- $ mkdir -p .pypath/ && pip install -r requirements.txt -t .pypath/
38- ```
39-
40- The server run by the proxy becomes:
41-
42- ```
43- $ python app.py
44- ```
45-
4632## Golang
4733
4834When a ` main.go ` file is detected, Golang is the assumed runtime.
You can’t perform that action at this time.
0 commit comments