dev settings allow any host
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM python:2.7
|
||||
FROM python:3.5
|
||||
ADD requirements.txt /tmp
|
||||
RUN pip install -r /tmp/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
WORKDIR /app
|
||||
CMD python manage.py runserver 0.0.0.0:8085
|
||||
CMD python manage.py runserver 0.0.0.0:8085
|
||||
|
||||
Reference in New Issue
Block a user