Skip to content

Commit

Permalink
Dockerfile: s,ocrd_page_to_alto,src,
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 10, 2024
1 parent 247ae7a commit dcde267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONIOENCODING=utf8
ENV XDG_DATA_HOME=/usr/local/share

WORKDIR /build-p2a
COPY ocrd_page_to_alto/ ./ocrd_page_to_alto
COPY src/ ./src
COPY pyproject.toml .
COPY requirements.txt .
COPY README.md .
Expand Down

0 comments on commit dcde267

Please sign in to comment.