$ docker build -t chess-server .
$ docker run -p 80:80 --name chess -it chess-server
And redirect the browser to http://127.0.0.1
.
Check : python-chess documentation and python-chess on github
$ docker build -t chess-server .
$ docker run -p 80:80 --name chess -it chess-server
And redirect the browser to http://127.0.0.1
.
Check : python-chess documentation and python-chess on github