replace host variable with 0.0.0.0

This commit is contained in:
Penelope Gwen 2024-06-25 12:13:20 -06:00
parent 3a062196c9
commit f3f4c40390

View file

@ -2,4 +2,4 @@ FROM python:3.6-alpine
ADD . /code ADD . /code
WORKDIR /code WORKDIR /code
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
CMD flask run -h $HOST CMD flask run -h 0.0.0.0