podmanbuilder/docker-compose.yml

12 lines
291 B
YAML
Raw Permalink Normal View History

2023-02-28 13:34:12 +05:00
version: '3.5'
services:
#########################
podman-builder:
hostname: podman-builder
2023-02-28 16:47:57 +05:00
image: debian:11
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:47:57 +05:00
- ./podman-build.sh:/root/podman-build.sh
command: bash /root/podman-build.sh