Skip to content

moroboshi-kun/hello-docker-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README


How to build

docker build -t hello-docker-web:<your tag> .

How to run

To run the app with the default background color (default BG_COLOR = blue):

docker run -p 3080:3080 -e BG_COLOR=red hello-docker-web

To pass a different background color as an ENVIRONMENT variable:

(acceptable BG_COLOR values: black, white, red, yellow, orange, pink, blue, grey)

docker run -p 3080:3080 -e BG_COLOR=red hello-docker-web

About

simple node js app for testing with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors