Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 647 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 647 Bytes

pelican-dockerfile

A base docker setup that inherits Python 2 and loads a bunch of deps. It runs Pelican in autoload mode for dev.

This is an easy to use image to setup a Pelican static website. This image will run the Pelican devserver, which means it will watch for changes in the content and theme files.

Also a volume has been added so you can simply map to an existing Pelican directory and the container will update the output.

Some sane requirements have been pre-built into the image.

The DockerHub repository can be found here: https://hub.docker.com/r/mjjacko/pelican/

Using the image