mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-04-20 15:57:00 +00:00
useless
This commit is contained in:
parent
c5310b339d
commit
7382d2676b
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user