mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-23 06:42:06 +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
|