Skip to content

Commit

Permalink
Merge branch 'hyperledger-cacti:main' into update_setupcc
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakashima authored Dec 10, 2024
2 parents ac30616 + 86fa274 commit a52d1a8
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 a52d1a8

Please sign in to comment.