jack 1 bulan lalu
induk
melakukan
c2a87c713f
2 mengubah file dengan 3 tambahan dan 5 penghapusan
  1. 2 4
      .idea/workspace.xml
  2. 1 1
      Dockerfile

+ 2 - 4
.idea/workspace.xml

@@ -5,9 +5,7 @@
   </component>
   <component name="ChangeListManager">
     <list default="true" id="13677a44-a809-4923-8c11-1cbd6d3c8a96" name="更改" comment="">
-      <change afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/docker-compose.yaml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -97,7 +95,7 @@
       <option name="number" value="Default" />
       <option name="presentableId" value="Default" />
       <updated>1762247313757</updated>
-      <workItem from="1762247315308" duration="668000" />
+      <workItem from="1762247315308" duration="841000" />
     </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 BRAINProject/ .
+COPY wqb-server/ .
 
 # 创建必要的目录
 RUN mkdir -p templates static