fix: Dockerfile引用了不存在的文件
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-12-17 09:14:06 +08:00
parent db786d0100
commit 2647e800db

View File

@@ -16,8 +16,8 @@ ENV TZ=Asia/Shanghai \
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# COPY requirements.txt .
# RUN pip install --no-cache-dir -r requirements.txt
COPY app.py .