separate running and building

This commit is contained in:
muskit
2024-03-13 19:05:21 -07:00
parent a2f9185f8f
commit d8b82da5cb
3 changed files with 7 additions and 6 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
#!/bin/bash
#!/bin/sh
mkdir -p run
docker build -t nijiholo_bot .
docker run -v ./run:/app/run --name bot --rm -it nijiholo_bot
docker run -v ./run:/app/run --name bot -it nijiholo_bot