chiaki/scripts/switch/build-docker-image.sh
2020-05-15 12:04:21 +02:00

6 lines
86 B
Bash
Executable File

#!/bin/bash
cd "`dirname $(readlink -f ${0})`"
docker build "$@" -t chiaki-switch .