Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-docker

this is a small demo container that starts an API which listens on the port defined in the PORT env and just returns 200 OK with text "OK" on GET /

building

docker build -t demo-docker .

running

docker run -p 80:80 demo-docker:latest
# or (with different port)
docker run -p 8080:8080 -e PORT=8080 demo-docker:latest

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages