podmanbuilder/ubuntu-docker-compose.yml

12 lines
297 B
YAML
Raw Normal View History

2023-02-28 13:34:12 +05:00
version: '3.5'
services:
#########################
podman-builder:
hostname: podman-builder
image: ubuntu
2023-02-28 14:15:51 +05:00
working_dir: /root/
2023-02-28 13:34:12 +05:00
volumes:
- ./build:/root/build
2023-02-28 16:14:50 +05:00
- ./podmanbin-build.sh:/root/podmanbin-build.sh
command: bash /root/podmanbin-build.sh