mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-21 17:18:47 +00:00
5 lines
195 B
Bash
Executable file
Vendored
5 lines
195 B
Bash
Executable file
Vendored
#!/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-local cmd -debug
|