mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
trying with gunicorn, because digital ocean is jank
This commit is contained in:
parent
17ebf7881d
commit
b8ab6cbab5
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . .
|
||||
|
||||
CMD ["flask", "--app=routes", "run"]
|
||||
CMD ["gunicorn", "app:app"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue