Copy ICA pjson when building docker image (#1078)

pull/1079/head
Yorke Rhodes 2 years ago committed by GitHub
parent 9cc91d9c51
commit 1c67fc968f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile

@ -14,6 +14,7 @@ COPY .yarn/releases ./.yarn/releases
COPY typescript/utils/package.json ./typescript/utils/ COPY typescript/utils/package.json ./typescript/utils/
COPY typescript/sdk/package.json ./typescript/sdk/ COPY typescript/sdk/package.json ./typescript/sdk/
COPY typescript/helloworld/package.json ./typescript/helloworld/ COPY typescript/helloworld/package.json ./typescript/helloworld/
COPY typescript/ica/package.json ./typescript/ica/
COPY typescript/infra/package.json ./typescript/infra/ COPY typescript/infra/package.json ./typescript/infra/
COPY solidity/core/package.json ./solidity/core/ COPY solidity/core/package.json ./solidity/core/
COPY solidity/app/package.json ./solidity/app/ COPY solidity/app/package.json ./solidity/app/

Loading…
Cancel
Save