Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker base image for gated static site

License: MIT

This is a base Docker image for static doc sites. It is based on the nginx image and adds a basic auth login wall.

Usage

This base image can be extended as follows to serve a static site behind an enginx basic auth login wall:

FROM onesheep/docs
VOLUME /var/www/html
COPY docs/ /var/www/html/
STOPSIGNAL SIGQUIT
ENTRYPOINT ["/run.sh"]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages