jabe/scripts/docker_build.sh

5 lines
200 B
Bash
Raw Normal View History

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