Compare commits

...

2 Commits

  1. 4
      .drone.yml

4
.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

Loading…
Cancel
Save