5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p run
|
|
docker run -v ./run:/app/run --name bot -it nijiholo_bot
|