Skip to content

cwbaker/github-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Pages

A Docker image to serve Github Pages locally.

Usage

Build the Docker image by running Docker from the directory containing the local repository, you may want to replace cwbaker/github-pages with your own tag:

docker build -t cwbaker/github-pages .

Serve Github Pages by running the following from the directory containing the site, again you may want to replace cwbaker/github-pages:

docker run --rm -it -v ${PWD}:/github-pages -p 4000:4000 cwbaker/github-pages

Contributions

I'm not expecting or accepting contributions to this repository. Fork it and make it your own!

License

The contents of this repository are licensed under the MIT License.

About

Docker image to serve Github Pages locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published