https://github.com/annotation/text-fabric
Raw File
Tip revision: 20a11ec8c00eaa300322fdd0de11bdb896c605ed authored by Dirk Roorda on 21 February 2023, 16:05:24 UTC
fixes and enhancements
Tip revision: 20a11ec
Dockerfile
FROM python:3.11

WORKDIR /var/text-fabric

ADD MANIFEST.in setup.cfg pyproject.toml .
ADD tf/ tf/

ENTRYPOINT bash
back to top