Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 334 Bytes

theam-devops-challenge

INTRO

This repo contains the application used for the DevOps challenge.

Build and Run

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