Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Luigi
/
rts-commander
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a510770
rts-commander
/
local_run.sh
Luigi
deploy(web): full clean snapshot with app code and assets
12d64f8
about 1 month ago
raw
Copy download link
history
blame
Safe
193 Bytes
#! /usr/bin/env bash
# 1. Build
cd
/home/luigi/rts/web
docker build -t rts-game .
# 2. Run
docker run --
rm
-p 7860:7860 rts-game
# 3. Ouvrir dans le navigateur
xdg-open http://localhost:7860