@ -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