diff --git a/run_local.sh b/run_local.sh new file mode 100755 index 00000000..3f09706c --- /dev/null +++ b/run_local.sh @@ -0,0 +1,5 @@ +#!/bin/bash +docker build . -t cloud-game-local +docker stop cloud-game-local +docker rm cloud-game-local +docker run --privileged -d --name cloud-game-local -p 8000:8000 cloud-game