index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 08:54:59 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 08:54:59 -0700 |
commit | e639bedadc81706a522ffe7658fea75300d082f7 (patch) | |
tree | dd3a1fbb84743e6686bfb3b0edde42403656d22e /npm | |
parent | 6b32bde0bc85ed029a0645e712e26e1a70888bb6 (diff) |
Clean up test
Diffstat (limited to 'npm')
-rwxr-xr-x | npm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/usr/bin/env bash -docker run --rm --init -it -v $PWD:/usr/src/app -u $(id -u):$(id -u) -p 8080:8080 --name btroops-test btroops npm $@ +docker run --rm --init -it -v $PWD:/usr/src/app -u $(id -u):$(id -u) -p 8080:8080 btroops npm $@ |