🎨 Move XML schemata to a better path

This commit is contained in:
Gerber, Mike 2019-09-30 18:25:54 +02:00
parent 02457155aa
commit 47dd5d3b62
2 changed files with 6 additions and 2 deletions

View file

@ -54,7 +54,7 @@ COPY requirements.txt /tmp
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
COPY my_ocrd_workflow /usr/bin
COPY xsd /usr/bin/xsd
COPY xsd/* /usr/share/xml/
WORKDIR /data
CMD ["/usr/bin/my_ocrd_workflow"]