Add packages/sdk to build container

This commit is contained in:
Simon Warta 2020-01-31 18:04:11 +01:00
parent 399a53e99a
commit 117d12f17d

View File

@ -5,6 +5,7 @@ FROM node:12.14-alpine AS build-env
ADD package.json yarn.lock tsconfig.json lerna.json /build_repo_root/
ADD packages/bcp /build_repo_root/packages/bcp
ADD packages/faucet /build_repo_root/packages/faucet
ADD packages/sdk /build_repo_root/packages/sdk
WORKDIR /build_repo_root
RUN yarn install --frozen-lockfile