Minor changes

This commit is contained in:
Ben Shiller 2021-01-25 20:50:42 -06:00
parent 0e4c6b5d40
commit 99297b65fc
No known key found for this signature in database
GPG Key ID: DC46F01400846797
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()"]

View File

@ -1,4 +1,4 @@
version: '3.9'
version: '3'
services:
web:
@ -7,4 +7,4 @@ services:
volumes:
- .:/app
ports:
- "5000:5000"
- "4040:4040"