Browse Source

Merge pull request 'fix: 🐛 移除 Docker 构建命令中的 --no-cache 选项' (#32) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/32
master
chenjiale 1 month ago
parent
commit
d8dac02e1a
  1. 2
      .drone.yml

2
.drone.yml

@ -19,7 +19,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t alert-python:latest -f Dockerfile .
- docker build -t alert-python:latest -f Dockerfile .
- name: run python container
image: docker

Loading…
Cancel
Save