- Copy
.env.example
to.env
, and edit with your properties. - Making sure
npm
is installed, run
npm install
and
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.