Add Docker command scripts

This commit is contained in:
2024-04-18 12:02:08 -07:00
parent c1f575a9c6
commit 25172dafed
3 changed files with 22 additions and 0 deletions

3
run-start Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 btroops