fix: Dockerfile引用了不存在的文件
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
@@ -16,8 +16,8 @@ ENV TZ=Asia/Shanghai \
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY requirements.txt .
|
# COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
# RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY app.py .
|
COPY app.py .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user