jabe/scripts/docker_build.sh
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