Skip to content

Commit

Permalink
fix package ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 24, 2023
1 parent d3dc27d commit 58f55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/phone-number-privacy/Dockerfile-combiner
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=packages celo-phone-number-privacy/packages/${PACKAGE_SELECTOR} pack

# Install dependencies and build.
RUN yarn -v
RUN yarn workspaces focus @celo/phone-number-privacy/combiner --production
RUN yarn workspaces focus @celo/phone-number-privacy-combiner --production
RUN yarn build

RUN rm -r .git
Expand Down

0 comments on commit 58f55d1

Please sign in to comment.