Skip to content

Commit

Permalink
test(ghcr-example-supply-chain-app): fix missing patch @ionic-native
Browse files Browse the repository at this point in the history
Primary Changes
----------------
1. Updated the NVM version to 20.11.1 and added
the necessary yarn patch path to build the image

Fixes #3601

Signed-off-by: bado <[email protected]>
  • Loading branch information
zondervancalvez authored and petermetz committed Dec 9, 2024
1 parent 389f376 commit 86fa274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cactus-example-supply-chain-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ RUN mkdir -p "${APP}/log/" && \
USER ${APP_USER}
WORKDIR ${APP}

COPY --chown=${APP_USER}:${APP_USER} /.yarn/patches/@ionic-native-* /usr/src/app/.yarn/patches/

# COPY --chown=${APP_USER}:${APP_USER} examples/cactus-example-supply-chain-backend/tpl.package.json /usr/src/app/package.json

# RUN touch /usr/src/app/package.json
Expand Down

0 comments on commit 86fa274

Please sign in to comment.