listen on 0.0.0.0, duh
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user