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