updated readme

This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 19:02:01 +05:00
parent e04423c21c
commit 01eaa2f30a
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 1 additions and 11 deletions

View File

@ -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'

View File

@ -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'