Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/28
@ -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