1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

🐳 Fix Docker build

This commit is contained in:
Gerber, Mike 2020-02-06 13:43:36 +01:00
parent 71096493ac
commit 1fda419f25

View file

@ -10,6 +10,7 @@ COPY Makefile .
COPY setup.py .
COPY ocrd-tool.json .
COPY requirements.txt .
COPY README.md .
COPY ocrd_calamari ocrd_calamari
RUN make calamari/build