mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
6 lines
156 B
Django/Jinja
6 lines
156 B
Django/Jinja
{# integrate it into service sections to be build by Dockerfile #}
|
|
pull_policy: never
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
{# pass Arguments here #} |