aux Develop inside docker
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 43s
Build documentation / build-and-deploy (push) Successful in 28s

This commit is contained in:
2026-04-03 21:21:46 +02:00
parent 342f39b748
commit ac5526de1c
6 changed files with 13 additions and 17 deletions

3
aux/docker_build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker build . -t git.kamkow1lair.pl/kamkow1/mop3/mop3-deploy:latest

View File

@@ -1,3 +1,9 @@
#!/bin/sh
docker build -f Dockerfile.localdev --progress=plain --build-arg bt="$1" --output . .
xhost +local:docker
docker run -it --rm -v $(pwd):/work -w /work \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--device /dev/kvm \
git.kamkow1lair.pl/kamkow1/mop3/mop3-deploy:latest

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x