Skip to content

Commit

Permalink
Include INCHI_EXE in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Nov 12, 2024
1 parent 4dbb646 commit 957f612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INCHI-1-TEST/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY .gitignore /inchi/.gitignore
# Include only what's necessary for compiling InChI and running the tests.
COPY INCHI-1-SRC/INCHI_BASE /inchi/INCHI-1-SRC/INCHI_BASE
COPY INCHI-1-SRC/INCHI_API /inchi/INCHI-1-SRC/INCHI_API
COPY INCHI-1-SRC/INCHI_EXE /inchi/INCHI-1-SRC/INCHI_EXE
COPY INCHI-1-TEST /inchi/INCHI-1-TEST

# Ignore future changes, i.e., mounted custom files.
Expand Down

0 comments on commit 957f612

Please sign in to comment.