Skip to content

Commit

Permalink
Merge pull request #12 from reactome-pwp/update-ci
Browse files Browse the repository at this point in the history
add config and resources to final img
  • Loading branch information
DerekTang04 authored Apr 16, 2024
2 parents 003a09d + 3d69c69 commit 76e7b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ WORKDIR ${REPO_DIR}

COPY --from=build-jar ${REPO_DIR}/${JAR_FILE} ./target/

COPY --from=build-jar ${REPO_DIR}/config/ ./config
COPY --from=build-jar ${REPO_DIR}/config/ ./config/

COPY --from=build-jar ${REPO_DIR}/src/main/resources/ ./src/main/resources/

0 comments on commit 76e7b07

Please sign in to comment.