Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss2u authored Nov 23, 2024
1 parent ea3e217 commit 9bb7f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ WORKDIR /app
COPY --from=builder /app/wheels /wheels
COPY --from=builder /app/requirements.txt /app/
RUN pip install --no-cache-dir --no-index --find-links=/wheels -r requirements.txt
RUN pip install --no-cache-dir click>=7.1.2

# 复制应用代码
COPY --from=builder /app/app.py /app/
Expand Down

0 comments on commit 9bb7f39

Please sign in to comment.