Skip to content

Commit

Permalink
signer dockerfile build with only published dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alecps committed Aug 31, 2023
1 parent 579a3e6 commit 2a90ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/phone-number-privacy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COPY .gitmodules .gitmodules
# Setting ONLY_PUBLISHED_DEPENDENCIES to true or any non-empty string results in only the
# phone-number-privacy package being copied into the image, and therefore it will only build using
# published dependencies. Setting ONLY_PUBLISHED_DEPENDENCIES to "" will copy in all dependecies.
ARG ONLY_PUBLISHED_DEPENDENCIES=""
ARG ONLY_PUBLISHED_DEPENDENCIES="true"
ARG PACKAGE_SELECTOR=${ONLY_PUBLISHED_DEPENDENCIES:+phone-number-privacy/signer}
COPY --from=packages celo-phone-number-privacy/packages/${PACKAGE_SELECTOR} packages/${PACKAGE_SELECTOR}

Expand Down

0 comments on commit 2a90ed7

Please sign in to comment.