Dockerize...?

This commit is contained in:
muskit
2024-01-26 01:14:30 -08:00
parent 6963f10d3c
commit cad9c9a0ae
3 changed files with 27 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
mkdir -p run
docker build -t nijiholo_bot .
docker run -v ./run:/app/run -it nijiholo_bot