Add Docker command scripts

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent b0eebf13f2
commit 07d6d58699
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