EDC - Equinor (Software) Developer Days
A Omnia Raix Example Application for EDC 2018
- Single nodejs app requesting a famous quote from "Andrux Famous Quotes"
- Multistage docker build with test
- npm start
- npm test
- PORT
- QUOTEKEY
docker build -t <imagename> .
docker run -p 3000:3000 --env QUOTEKEY=<> <imagename>
The QUOTEKEY is the apikey from https://market.mashape.com/andruxnet/random-famous-quotes