cjl-dev
master
@ -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