Skip to content

Boilerplate code for building a Docker image with Nginx for serving static files

Notifications You must be signed in to change notification settings

tmojzes/docker-static-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Nginx Static

Build a docker image that serves static content with Nginx

Requirements

Building & running your image

  • docker build -t youruser/yourproject .
  • docker run -d -p 80:80 --name project youruserName/yourproject

About

Boilerplate code for building a Docker image with Nginx for serving static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 79.6%
  • CSS 11.1%
  • HTML 6.1%
  • Nginx 1.7%
  • JavaScript 1.5%