Skip to content

theam/theam-devops-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published