docker build -t <image_name> .
docker run -d -p 8080:8080 <image_name>
web sockets in golang that scales