mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
[+] Mentioning parameters
This commit is contained in:
parent
65e36ba9d9
commit
72b48c960b
@ -43,8 +43,10 @@ pip install -r requirements.txt
|
|||||||
#### Launch !
|
#### Launch !
|
||||||
```bash
|
```bash
|
||||||
gunicorn -w 4 -b 0.0.0.0:3000 app:app
|
gunicorn -w 4 -b 0.0.0.0:3000 app:app
|
||||||
|
```
|
||||||
|
|
||||||
//You may also mention parameters like this.
|
*you also may be tempted to use parameters*
|
||||||
|
```bash
|
||||||
gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20
|
gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user