diff --git a/build.sh b/build.sh index 2da948f..46df110 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ docker compose -f ubuntu-docker-compose.yml\ 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\ run --rm podman-builder \ diff --git a/pomanbin-build.sh b/podmanbin-build.sh similarity index 100% rename from pomanbin-build.sh rename to podmanbin-build.sh diff --git a/ubuntu-docker-compose.yml b/ubuntu-docker-compose.yml index 0d9af50..58524ed 100644 --- a/ubuntu-docker-compose.yml +++ b/ubuntu-docker-compose.yml @@ -7,5 +7,5 @@ services: working_dir: /root/ volumes: - ./build:/root/build - - ./pomanbin-build.sh:/root/pomanbin-build.sh - command: bash /root/pomanbin-build.sh + - ./podmanbin-build.sh:/root/podmanbin-build.sh + command: bash /root/podmanbin-build.sh