Server for repo
Firstly, you will need to clone the repo locally. Once you have it ready navigate into the directory and run the following commands:
npm installcp .env.sample .envfill .env filenode server.js
docker build . -t <username>/minesweeper_godocker run -p 8080:8080 -p 27018:27017 -d <username>/minesweeper_go