project moved to another repository -> this is not updated! chess-server Build the docker container $ docker build -t chess-server . Run the docker container $ docker run -p 80:80 --name chess -it chess-server And redirect the browser to http://127.0.0.1. python-chess Check : python-chess documentation and python-chess on github