Skip to content

Commit

Permalink
Copy ICA pjson when building docker image (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes authored Sep 14, 2022
1 parent 9cc91d9 commit 1c67fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY .yarn/releases ./.yarn/releases
COPY typescript/utils/package.json ./typescript/utils/
COPY typescript/sdk/package.json ./typescript/sdk/
COPY typescript/helloworld/package.json ./typescript/helloworld/
COPY typescript/ica/package.json ./typescript/ica/
COPY typescript/infra/package.json ./typescript/infra/
COPY solidity/core/package.json ./solidity/core/
COPY solidity/app/package.json ./solidity/app/
Expand Down

0 comments on commit 1c67fc9

Please sign in to comment.