-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ COPY packages/phone-number-privacy/monitor packages/phone-number-privacy/monitor | |
COPY packages/phone-number-privacy/common packages/phone-number-privacy/common | ||
COPY packages/sdk/encrypted-backup packages/sdk/encrypted-backup | ||
COPY packages/sdk/identity packages/sdk/identity | ||
COPY packages/odis-identifiers packages/odis-identifiers | ||
|
||
##### Main stage | ||
FROM node:18 | ||
|
@@ -17,7 +18,8 @@ LABEL org.opencontainers.image.authors="[email protected]" | |
WORKDIR /celo-phone-number-privacy/ | ||
|
||
# Copy monorepo settings | ||
COPY package.json yarn.lock ./ | ||
COPY .yarnrc.yml package.json yarn.lock ./ | ||
COPY .yarn/releases/ .yarn/releases/ | ||
|
||
# Makes build fail if it doesn't copy git, will be removed after build | ||
COPY .git .git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters