Revision d617dbe67ce47150dd13fd9a4740e1f5c1878543 authored by Dirk Roorda on 16 March 2023, 20:39:03 UTC, committed by Dirk Roorda on 16 March 2023, 20:39:03 UTC
1 parent fdec824
Raw File
Dockerfile
FROM python:3.11

WORKDIR /var/text-fabric

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

ENTRYPOINT bash
back to top