Skip to content

Commit

Permalink
[Bug] Fix service delay not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Physton committed Mar 23, 2024
1 parent 64540cd commit 912df5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM python:3.10.11
RUN apt-get update && apt-get install -y iputils-ping
ADD . /app
# 删除 venv
RUN rm -rf /app/venv
Expand Down

0 comments on commit 912df5c

Please sign in to comment.