change dockerfile

This commit is contained in:
hillerliao
2022-04-27 00:07:40 +08:00
parent 4ae1d74e33
commit 680963c537
6 changed files with 74 additions and 28 deletions

3
gunicorn.conf Normal file
View File

@@ -0,0 +1,3 @@
[program:gunicorn]
command=/usr/local/bin/gunicorn wsgi:app -b localhost:5000
directory=/deploy/app