jabe/scripts/docker_test.sh
hexlocation a004d10ed4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
some more renaming
2024-11-18 12:07:35 +01:00

8 lines
135 B
Bash
Executable file

# JABE docker test script
mkdir ignore
cd ignore
docker run --rm -it -p 3024:3024 -v ./data:/app/data jabe:latest
cd ..
rm -R ignore