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