@@ -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>
@@ -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