Open swelborn opened 1 week ago
scripts/docker/build_docker_image.sh only works on linux because of this line:
scripts/docker/build_docker_image.sh
DOCKERFILE_DIR="$(dirname "$(readlink -fm "$0")")"
We can substitute realpath for this so it works on macos, too.
scripts/docker/build_docker_image.sh
only works on linux because of this line:DOCKERFILE_DIR="$(dirname "$(readlink -fm "$0")")"
We can substitute realpath for this so it works on macos, too.