rts-commander / tools /local_run.sh
Luigi's picture
chore(structure): add tools/ and move debugging/ops scripts; ignore accidental large artifact
b6dace6
raw
history blame
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