Skip to content

alvarium/docker-hexo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo docker image

This image runs npm install + hexo generate and starts up an nginx server for you.

You only need to run:

docker run -d --name my-hexo-site \
  -p 8080:80
  --volume $PWD:/app
  alvarium/hexo

License

This docker container image is licensed under a GNU GPL v.3 license.