planet-wars/README.md
ajuvercr dcf1173cb8
Docker (#25)
* change wasm to real vectors

* Add volume bind command to README

* add changable host name variable

Co-authored-by: Francis <francisklinck@gmail.com>
2020-06-24 14:16:14 +02:00

342 B

Planetwars

Docker

Build: docker build --tag pw:1.0 .

Run: docker run --rm -p 8123:8123 -p 9142:9142 -p 3012:3012 -v $(pwd)/backend/games:/planetwars/backend/games --name planetwars pw:1.0

Add parameter -e ROCKET_HOST_NAME=<domain>, for example -e ROCKET_HOST_NAME=mozaic.zeus.gent, to set the domain used in the application.