4 lines
200 B
Bash
Executable file
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
|