mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-14 00:53:41 -07:00
5 lines
86 B
Bash
Executable file
5 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "`dirname $(readlink -f ${0})`"
|
|
|
|
docker build "$@" -t chiaki-switch .
|