jabe/scripts/docker_build.sh

5 lines
200 B
Bash
Raw Permalink Normal View History

2024-11-18 12:07:35 +01:00
# JABE Build Script
# This script builds jabe into a docker container, using the dockerfile provided in the repository.
2024-03-29 06:51:46 +01:00
2024-11-18 12:07:35 +01:00
docker buildx build --build-arg UID=1000 --build-arg GID=1000 . -t jabe:latest