podmanbuilder/ubuntu-docker-compose.yml
2023-02-28 16:14:50 +05:00

12 lines
297 B
YAML

version: '3.5'
services:
#########################
podman-builder:
hostname: podman-builder
image: ubuntu
working_dir: /root/
volumes:
- ./build:/root/build
- ./podmanbin-build.sh:/root/podmanbin-build.sh
command: bash /root/podmanbin-build.sh