Skip to content

nullnull/nginx-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Web Server by nginx (Docker)

How to use

# build
$ docker build -t static-nginx .

# run
$ docker run -p 3000:80 -v $(pwd)/public:/root/public static-nginx
$ open http://localhost:3000/

About

Nginx server on docker for static file hosting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors