This is a docker container for running a Syncplay server.
This container can be built with the following command:
docker build -t syncplay-server .
It can be run with the following command:
docker run -d -p 8999:8999 --name syncplay-server syncplay-server