You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
function docker_build() {
|
|
print_process_banner "BUILDING DEVELOPMENT DOCKER IMAGES..." "$LGREEN$BLINK"
|
|
CURRENT_UID=$CURRENT_UID docker-compose -f .chug/docker/compose/editor-development.yml -p traqtor --compatibility build
|
|
}
|
|
|
|
CHUG_COMMAND_SET["docker_build"]="docker_build" |