A Node Server With Socket Io of Pong.io
All changes on server must rebuild with webpack and run node server again, sorry about that.
docker-compose build
docker-compose run pong-io-server yarn install
docker-compose up
docker exec -it pong-io-server node src/index.js
Every Time some change is made on project this command must be stoped and started again.