docker version of https://github.com/staticjinja/staticjinja
651
FROM python:3.9.13-alpine as builder
VOLUME [ "/data" ]
WORKDIR /data
RUN pip install staticjinja
Command to build docker build -t iotium/staticjinja:dev .
Content type
Image
Digest
sha256:7d306bd05…
Size
22.4 MB
Last updated
30 days ago
docker pull iotium/staticjinja:dev