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

4 lines
200 B
Bash
Executable file

# JABE Build Script
# This script builds jabe into a docker container, using the dockerfile provided in the repository.
docker buildx build --build-arg UID=1000 --build-arg GID=1000 . -t jabe:latest