mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 01:29:14 +00:00
5 lines
178 B
Bash
Executable file
5 lines
178 B
Bash
Executable file
#!/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
|