Przeglądaj źródła

Need to add logging config to docker image

kirkleon 4 lat temu
rodzic
commit
2905c6afd8
1 zmienionych plików z 2 dodań i 0 usunięć
  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 ./