Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Server Docker

Mykolas Peteraitis edited this page Jul 17, 2019 · 2 revisions

The server can be run in a docker container. To get the container up and running simply install docker, and:

Build the image

docker build -t emberhunt_server:latest .

Run the container

docker run -it -p "22122:22122/udp" emberhunt_server:latest

This is the technical documentation of the game Emberhunt.

All contributions are very appreciated.

The game's content wiki is being worked on.

Clone this wiki locally