Skip to content

Commit b7e505e

Browse files
committed
Adding a basic run.sh alias to the game container
1 parent b7310b5 commit b7e505e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

game/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
# Run a background container with the build-mount (see build/all.sh)
4+
docker run -P -v build-mount:/build-mount -d s2client-game

0 commit comments

Comments
 (0)