dockerfile: switch to pyproject.toml

Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com>
This commit is contained in:
Robert Sachunsky 2024-10-15 12:41:37 +02:00 committed by GitHub
parent 4eabd125a3
commit b581568e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ LABEL \
org.label-schema.build-date=$BUILD_DATE org.label-schema.build-date=$BUILD_DATE
WORKDIR /build/sbb_binarization WORKDIR /build/sbb_binarization
COPY setup.py . COPY pyproject.toml .
COPY ocrd-tool.json . COPY ocrd-tool.json .
COPY sbb_binarize ./sbb_binarize COPY sbb_binarize ./sbb_binarize
COPY requirements.txt . COPY requirements.txt .