3 lines
53 B
Bash
3 lines
53 B
Bash
|
#!/bin/bash
|
||
|
cd /app
|
||
|
gunicorn app:app -b 0.0.0.0:5000
|