Skip to content

Commit

Permalink
Dockerfile: Adhere to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Feb 9, 2024
1 parent 526d33e commit c2e19b8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Patch and build Olena from Git, then
# Install OCR-D wrapper for binarization
FROM ocrd/core:v2.62.0 AS base
ARG VCS_REF
ARG BUILD_DATE
LABEL \
maintainer="https://github.com/OCR-D/ocrd_olena/issues" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_olena" \
org.label-schema.build-date=$BUILD_DATE

MAINTAINER OCR-D

Expand All @@ -26,7 +33,3 @@ RUN apt-get update && \

WORKDIR /data
VOLUME /data

#ENTRYPOINT ["/usr/bin/ocrd-olena-binarize"]
#CMD ["--help"]
CMD ["/usr/bin/ocrd-olena-binarize", "--help"]

0 comments on commit c2e19b8

Please sign in to comment.