Fix docker build for hyperlane-token (#1459)

pull/1461/head
Nam Chu Hoai 2 years ago committed by GitHub
parent f3e68fb575
commit ff8ac2eabd
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/sdk/package.json ./typescript/sdk/
COPY typescript/helloworld/package.json ./typescript/helloworld/
COPY typescript/token/package.json ./typescript/token/
COPY typescript/infra/package.json ./typescript/infra/
COPY solidity/package.json ./solidity/

Loading…
Cancel
Save