dev settings allow any host

This commit is contained in:
virusdefender
2017-01-24 16:11:46 +08:00
parent 753d1d67b3
commit 440d9c8430
2 changed files with 3 additions and 3 deletions

View File

@@ -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