3 lines
76 B
Bash
3 lines
76 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
sudo docker build -t nijiholo_bot "$(dirname `realpath "$0"`)/.."
|