mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-10-15 08:01:38 +00:00
useless
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
docker compose run --rm podman-builder /bin/bash -c 'bash /root/buildscript.sh'
|
|
@@ -4,6 +4,9 @@ services:
|
|||||||
podman-builder:
|
podman-builder:
|
||||||
hostname: podman-builder
|
hostname: podman-builder
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
|
working_dir: /root/
|
||||||
volumes:
|
volumes:
|
||||||
- ./build:/root/build
|
- ./build:/root/build
|
||||||
- ./buildscript.sh:/root/buildscript.sh
|
- ./buildscript.sh:/root/buildscript.sh
|
||||||
|
command: bash /root/buildscript.sh
|
||||||
|
restart: never
|
||||||
|
Reference in New Issue
Block a user