Browse Source

first commit

xiaokui 11 months ago
parent
commit
1962d00be6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM python:3.8
 
 # 设置工作目录
 WORKDIR /app
-ADD ./* .
+ADD * /app/
 # 安装 Flask 应用所需的依赖
 RUN pip install --no-cache-dir flask flask_apscheduler requests