jack 1 개월 전
부모
커밋
fd1473cd3d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      Dockerfile

+ 1 - 1
.idea/workspace.xml

@@ -95,7 +95,7 @@
       <option name="number" value="Default" />
       <option name="presentableId" value="Default" />
       <updated>1762247313757</updated>
-      <workItem from="1762247315308" duration="841000" />
+      <workItem from="1762247315308" duration="882000" />
     </task>
     <servers />
   </component>

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple &&
 RUN pip install --no-cache-dir -r requirements.txt
 
 # 复制应用程序文件
-COPY wqb-server/ .
+COPY . .
 
 # 创建必要的目录
 RUN mkdir -p templates static