.
Some checks failed
/ build-docker-image (push) Failing after 7s

This commit is contained in:
2024-09-04 22:48:43 +01:00
parent d5edc731f3
commit 488429244e
8 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
#/bin/bash
source docker/docker-run-ansible-playbook-local.env.local
docker build docker \
-f docker/ansible-playbook.Dockerfile \
-t ${IMAGE_NAME}
docker run --rm \
-e ANSIBLE_PLAYBOOK_INVENTORY=$ANSIBLE_PLAYBOOK_INVENTORY \
-v ${VOLUME_PATH}:/workspace \
$IMAGE_NAME