瀏覽代碼

docker化应用

owen-carter 6 年之前
父節點
當前提交
eef2710000
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -6,6 +6,7 @@ WORKDIR /usr/app/
 
 COPY ./requirements/prod.txt .
 RUN pip install futures
+RUN mkdir logs
 
 RUN pip install -r prod.txt -i https://mirrors.aliyun.com/pypi/simple