Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 707 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 707 Bytes

Rust SSG

This repository is for building a utility docker image to be used with fleek. Utilities include:

Fleek

When using fleek to deploy a site, it is possible to use a custom docker image, however fleek makes assumptions about the custom docker image.

Particularly, fleek assumes that the docker image does not contain a default ENTRYPOINT, which if trying to use the default zola docker images errors appear referencing the use of /bin/sh as a parameter to zola.

This docker image only packages the tools that are used and does so by pulling them from upstream docker images.