Skip to content

Commit 48510e1

Browse files
committed
remove mention of Python for now, since Amazon removed the binaries
nodejs10.x no longer has these binaries unfortunately :( they remain pretty clueless as to how to provide a nice platform that works for everyone...
1 parent e8777bd commit 48510e1

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

docs/04-configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/05-runtimes.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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

4834
When a `main.go` file is detected, Golang is the assumed runtime.

0 commit comments

Comments
 (0)