To build the docker image
npm run docker:build
In order to run isolated tests in a docker image
npm run docker:test
The server launches and exposed on localhost
port 8080
(only route http://localhost:8080//eth-rate-convert?...
is available)
npm run docker:start