2 lines
44 B
Bash
Executable File
2 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
gunicorn -b 0.0.0.0:4343 run:app |