mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 17:42:10 +00:00
10 lines
218 B
YAML
10 lines
218 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
podman-builder:
|
|
hostname: podman-builder
|
|
image: ubuntu
|
|
volumes:
|
|
- ./build:/root/build
|
|
- ./buildscript.sh:/root/buildscript.sh
|