diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,9 +23,11 @@ It is therefore possible that you experience a server restart if I just pushed s You can also run the server on your own machine by running: ``` -docker run -p 80:80 ghcr.io/joffrey-bion/seven-wonders-server:latest +docker run -p 80:80 hildan/seven-wonders-server ``` +And then go to `http://localhost` in your browser to play (add some bots if you're alone). + ## Technicalities This project is written 100% in Kotlin. You can find the history of the technical decisions in the |