Minor changes
This commit is contained in:
@@ -10,5 +10,4 @@ ENV FLASK_ENV production
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "my_homepage:create_app()"]
|
CMD ["gunicorn", "-b", "0.0.0.0:4040", "my_homepage:create_app()"]
|
||||||
#CMD ["gunicorn", "-b", "127.0.0.1:5000", "my_homepage:create_app()"]
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: '3.9'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
@@ -7,4 +7,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "4040:4040"
|
||||||
|
|||||||
Reference in New Issue
Block a user