listen on 0.0.0.0, duh

This commit is contained in:
ducoterra
2020-04-22 16:07:37 -04:00
parent 470e409381
commit ad42290f8c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ COPY manage.py manage.py
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
CMD ["python","manage.py","runserver"]
CMD ["python","manage.py","runserver", "0.0.0.0:8000"]