mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 09:02:13 +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:
|
||||
hostname: podman-builder
|
||||
image: ubuntu
|
||||
working_dir: /root/
|
||||
volumes:
|
||||
- ./build:/root/build
|
||||
- ./buildscript.sh:/root/buildscript.sh
|
||||
command: bash /root/buildscript.sh
|
||||
restart: never
|
||||
|
Loading…
x
Reference in New Issue
Block a user