修改配置文件方便区分不同的开发环境

This commit is contained in:
virusdefender
2015-09-14 18:20:36 +08:00
parent 7febab2f1a
commit c648e0008f
7 changed files with 33 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
FROM python:2.7
ENV PYTHONBUFFERED 1
RUN mkdir -p /code/log /code/test_case
RUN mkdir -p /code/log /code/test_case /code/upload
WORKDIR /code
ADD requirements.txt /code/
RUN pip install -r requirements.txt