mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
[program:gunicorn]
|
|
command=/usr/bin/gunicorn app:app -b localhost:5000
|
|
directory=/deploy/app
|