mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-04-20 12:16:59 +00:00
ffs typo
This commit is contained in:
parent
a170b93b02
commit
acfd63f3e3
2
build.sh
2
build.sh
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
docker compose -f ubuntu-docker-compose.yml\
|
docker compose -f ubuntu-docker-compose.yml\
|
||||||
run --rm podman-builder \
|
run --rm podman-builder \
|
||||||
/bin/bash -c 'bash /root/pomanbin-build.sh'
|
/bin/bash -c 'bash /root/podmanbin-build.sh'
|
||||||
|
|
||||||
docker compose -f debian-docker-compose.yml\
|
docker compose -f debian-docker-compose.yml\
|
||||||
run --rm podman-builder \
|
run --rm podman-builder \
|
||||||
|
@ -7,5 +7,5 @@ services:
|
|||||||
working_dir: /root/
|
working_dir: /root/
|
||||||
volumes:
|
volumes:
|
||||||
- ./build:/root/build
|
- ./build:/root/build
|
||||||
- ./pomanbin-build.sh:/root/pomanbin-build.sh
|
- ./podmanbin-build.sh:/root/podmanbin-build.sh
|
||||||
command: bash /root/pomanbin-build.sh
|
command: bash /root/podmanbin-build.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user