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 install
cp .env.sample .env
fill .env file
node server.js
docker build . -t <username>/minesweeper_go
docker run -p 8080:8080 -p 27018:27017 -d <username>/minesweeper_go