This repo contains the application used for the DevOps challenge.
To run the application first build the docker image:
docker build -t challenge-app .
and then run it configuring the port env variable:
docker run --env PORT=9000 -p 9000:9000 challenge-app