Skip to content

Commit

Permalink
move the CFF file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke authored Jul 30, 2024
1 parent dd25bfb commit 9ed35af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ RUN mkdir /out
RUN mkdir /src
COPY ./src /src

# copy the citation file - looks funny to make COPY not fail if the file is not there
COPY ./CITATION.cf[f] /src/CITATION.cff

WORKDIR /src
CMD ["python", "run.py"]

0 comments on commit 9ed35af

Please sign in to comment.