- Copy
.env.exampleto.env, and edit with your properties. - Making sure
npmis installed, run
npm installand
npm start- The application runs by default here.
- Build image
docker build -t results-viewer-app .
- Run the image
docker run -it -v ${PWD}:/usr/src/app -v /usr/src/app/node_modules -p 8200:8200 --rm results-viewer-app
- The application runs by default here.