dan92 commited on
Commit
3ad739c
·
verified ·
1 Parent(s): ed5c473

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ RUN pip install --upgrade pip && \
13
  # 复制应用程序文件和模板
14
  COPY app.py .
15
  COPY register_bot.py .
16
- COPY templates templates/
17
 
18
  # 设置环境变量
19
  ENV FLASK_APP=app.py
 
13
  # 复制应用程序文件和模板
14
  COPY app.py .
15
  COPY register_bot.py .
 
16
 
17
  # 设置环境变量
18
  ENV FLASK_APP=app.py