index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'run-start')
-rwxr-xr-x | run-start | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-start b/run-start new file mode 100755 index 0000000..919ff20 --- /dev/null +++ b/run-start @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 btroops |