Minor changes
This commit is contained in:
parent
0e4c6b5d40
commit
99297b65fc
|
@ -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()"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: '3.9'
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
web:
|
||||
|
@ -7,4 +7,4 @@ services:
|
|||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "4040:4040"
|
||||
|
|
Loading…
Reference in New Issue
Block a user