mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-23 10:22:02 +00:00
3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/bash
|
||
|
docker compose run --rm podman-builder /bin/bash -c 'bash /root/buildscript.sh'
|