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