From a073a659973344913b58811c2683fe35d73767c5 Mon Sep 17 00:00:00 2001 From: chenjiale Date: Mon, 22 Sep 2025 20:14:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=E6=9B=B4=E6=96=B0=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=95=9C=E5=83=8F=E5=91=BD=E4=BB=A4=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 822db43..5c50b2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,8 @@ steps: - name: dockersock path: /var/run/docker.sock commands: - # 构建镜像(你需要在项目中准备 scripts/Dockerfile.python) - - docker build -t alert-python:latest -f Dockerfile.python . + # 构建镜像 + - docker build -t alert-python:latest -f Dockerfile . - name: run python container image: docker