mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🎨 Move XML schemata to a better path
This commit is contained in:
parent
02457155aa
commit
47dd5d3b62
2 changed files with 6 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue