From 01eaa2f30ae1a874ebcaeb0b9aae2a500fd58cc2 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 19:02:01 +0500 Subject: [PATCH] updated readme --- README.md | 2 +- build.sh | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100755 build.sh 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'