docker stop matchmaker
docker rm matchmaker
docker build -t matchmaker:latest .
docker run -d --restart unless-stopped --name matchmaker -p 27015:27015/udp matchmaker:latest
docker logs -f -t matchmaker
