Skip to content

Commit

Permalink
we need VERSION during build
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 23, 2024
1 parent 2389bc3 commit dd4c529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*
!ocrd*
!Makefile
!VERSION
!LICENSE
!README.md
!.git
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY ocrd ./ocrd
COPY ocrd_modelfactory ./ocrd_modelfactory/
COPY ocrd_models ./ocrd_models
COPY ocrd_utils ./ocrd_utils
COPY VERSION ./VERSION
RUN mv ./ocrd_utils/ocrd_logging.conf /etc
COPY ocrd_validators/ ./ocrd_validators
COPY ocrd_network/ ./ocrd_network
Expand Down

0 comments on commit dd4c529

Please sign in to comment.