Skip to content

brunodmartins/nginx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-demo

A simple NGINX demo

How to build?

docker build . -t nginx-demo:latest

How to run?

docker run -p 8080:80 nginx-demo:latest

Releases

No releases published

Packages

No packages published