Skip to content

Commit

Permalink
add config and resources to final img
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Tang committed Apr 16, 2024
1 parent 003a09d commit 3d69c69
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 3d69c69

Please sign in to comment.