#!/bin/bash SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) mkdir -pv "${SCRIPT_DIR}/.m2" # Cache .m2 directory in local bind mount # I am on an ICE right now. German Wi-Fi is the wurst docker run --rm -it \ -v "${SCRIPT_DIR}:/tools/home" \ -v "${SCRIPT_DIR}/.m2:/root/.m2" \ bugcounting/satools:y23 \ /tools/home/entrypoint.sh