浏览代码

Need to add logging config to docker image

kirkleon 4 年之前
父节点
当前提交
2905c6afd8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      server/Dockerfile

+ 2 - 0
server/Dockerfile

@@ -7,6 +7,8 @@ WORKDIR /app/
 ENV SQLALCHEMY_URL="sqlite:///./terrassumptions.db"
 
 COPY ./data /app/data
+  
+COPY logging.conf ./
 
 COPY requirements.txt ./