Skip to content

Commit

Permalink
build: add dockerfile and gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Sep 26, 2023
1 parent e38bf07 commit 98e3ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ WORKDIR /app
COPY . /app
EXPOSE 5000

CMD exec gunicorn --bind :5000 --workers 5 --worker-class gevent app:app
CMD exec gunicorn --bind :5000 --workers 5 --worker-class gevent wsgi:wsgi
File renamed without changes.

0 comments on commit 98e3ad4

Please sign in to comment.