diff --git a/README.md b/README.md index 32f8e6b..c690fd2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```bash git clone git@gitlab.com:alliedmaldives/ops/podmanbuilder.git cd podmanbuilder -./build.sh +docker compose run --rm podman-builder bash -c 'bash /root/podman-build.sh' ``` - you should have the .deb file in a folder called 'build' diff --git a/build.sh b/build.sh deleted file mode 100755 index 46df110..0000000 --- a/build.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - - -docker compose -f ubuntu-docker-compose.yml\ - run --rm podman-builder \ - /bin/bash -c 'bash /root/podmanbin-build.sh' - -docker compose -f debian-docker-compose.yml\ - run --rm podman-builder \ - /bin/bash -c 'bash /root/podmandeb-build.sh'