diff --git a/README.md b/README.md index db181ed0..7f3f87b0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ The following flags can be passed to `cmake`: A Dockerfile is provided to run Servatrice (the Cockatrice server) using [Docker](https://www.docker.com/what-docker).
You just need to create an image from the Dockerfile
+`cd /path/to/Cockatrice-Repo/` `docker build -t servatrice .`
And then run it
`docker run -i -p 4747:4747/tcp -t servatrice:latest`