Minor changes

This commit is contained in:
2021-01-25 20:50:42 -06:00
parent 0e4c6b5d40
commit 99297b65fc
2 changed files with 3 additions and 4 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()"]