Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 473 Bytes

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