[V2+] README.MD | Production

Signed-off-by: Charles Le Maux <charles.le-maux@epitech.eu>
This commit is contained in:
Charles Le Maux 2024-06-25 23:55:05 +01:00
parent b17f316491
commit 14df802ec0

View File

@ -38,7 +38,7 @@ pip install -r requirements.txt
```
#### Launch !
```bash
gunicorn
gunicorn -w 4 -b 0.0.0.0:3000 app:app
```
## Documentation