mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-28 12:36:30 +00:00
Update run_local.sh
This commit is contained in:
parent
0f9035f638
commit
59d11e507e
1 changed files with 5 additions and 0 deletions
5
run_local.sh
Executable file
5
run_local.sh
Executable file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue