4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gunicorn --bind=0.0.0.0:8077 --worker-tmp-dir /dev/shm app:app
|