Added test coverage

This commit is contained in:
2021-02-28 01:28:04 +00:00
parent 0e4c6b5d40
commit a567330a68
6 changed files with 35 additions and 19 deletions

View File

@@ -10,5 +10,4 @@ ENV FLASK_ENV production
COPY . .
CMD ["gunicorn", "-b", "0.0.0.0:5000", "my_homepage:create_app()"]
#CMD ["gunicorn", "-b", "127.0.0.1:5000", "my_homepage:create_app()"]
CMD ["gunicorn", "-b", "0.0.0.0:4040", "my_homepage:create_app()"]