fix: 缺少flask依赖
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-12-17 09:27:16 +08:00
parent 2647e800db
commit e32f5eb803

View File

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