Browse Source

Merge pull request 'fix: 🐛 在构建阶段添加 --no-cache 选项,以避免使用缓存构建 Docker 镜像' (#28) from cjl-dev into master

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

2
.drone.yml

@ -22,7 +22,7 @@ steps:
- echo "=== BUILD STAGE PWD ==="
- pwd
- ls -l
- docker build -t alert-python:latest -f Dockerfile .
- docker build --no-cache -t alert-python:latest -f Dockerfile .
- name: run python container
image: docker

Loading…
Cancel
Save