replace host variable with 0.0.0.0
This commit is contained in:
parent
3a062196c9
commit
f3f4c40390
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM python:3.6-alpine
|
|||
ADD . /code
|
||||
WORKDIR /code
|
||||
RUN pip install -r requirements.txt
|
||||
CMD flask run -h $HOST
|
||||
CMD flask run -h 0.0.0.0
|
||||
|
|
Reference in a new issue