5 lines
100 B
Bash
5 lines
100 B
Bash
|
|
#!/bin/bash
|
||
|
|
pip3 install -r requirements.txt
|
||
|
|
python3 app.py
|
||
|
|
# gunicorn -w 4 -b 0.0.0.0:3000 app:app
|