Skip to content

Commit

Permalink
Fix celotool dockerfile (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter authored and ashishb committed Sep 25, 2019
1 parent 2967a7b commit 68c2a42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/celotool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ COPY scripts/ scripts/
COPY packages/utils/package.json packages/utils/
COPY packages/typescript/package.json packages/typescript/
COPY packages/walletkit/package.json packages/walletkit/
COPY packages/contractkit/package.json packages/contractkit/
COPY packages/protocol/package.json packages/protocol/
COPY packages/verification-pool-api/package.json packages/verification-pool-api/
COPY packages/celotool/package.json packages/celotool/

Expand All @@ -26,6 +28,8 @@ RUN yarn install --frozen-lockfile && yarn cache clean
COPY packages/utils packages/utils/
COPY packages/typescript packages/typescript/
COPY packages/walletkit packages/walletkit/
COPY packages/contractkit packages/contractkit/
COPY packages/protocol packages/protocol/
COPY packages/verification-pool-api packages/verification-pool-api/
COPY packages/celotool packages/celotool/

Expand Down

0 comments on commit 68c2a42

Please sign in to comment.