rts-commander / local_run.sh
Luigi's picture
deploy(web): full clean snapshot with app code and assets
12d64f8
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