This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 16:14:50 +05:00
parent a170b93b02
commit acfd63f3e3
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
docker compose -f ubuntu-docker-compose.yml\ docker compose -f ubuntu-docker-compose.yml\
run --rm podman-builder \ run --rm podman-builder \
/bin/bash -c 'bash /root/pomanbin-build.sh' /bin/bash -c 'bash /root/podmanbin-build.sh'
docker compose -f debian-docker-compose.yml\ docker compose -f debian-docker-compose.yml\
run --rm podman-builder \ run --rm podman-builder \

View File

@ -7,5 +7,5 @@ services:
working_dir: /root/ working_dir: /root/
volumes: volumes:
- ./build:/root/build - ./build:/root/build
- ./pomanbin-build.sh:/root/pomanbin-build.sh - ./podmanbin-build.sh:/root/podmanbin-build.sh
command: bash /root/pomanbin-build.sh command: bash /root/podmanbin-build.sh