5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p run
|
|
docker build -t nijiholo_bot .
|
|
docker run -v ./run:/app/run -it nijiholo_bot |