Skip to content

Commit

Permalink
fix ozone build
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Feb 29, 2024
1 parent 81370d7 commit 82380b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/ozone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ COPY ./*.* ./
# NOTE ozones's transitive dependencies go here: if that changes, this needs to be updated.
COPY ./packages/ozone ./packages/ozone
COPY ./packages/api ./packages/api
COPY ./packages/aws ./packages/aws
COPY ./packages/common ./packages/common
COPY ./packages/common-web ./packages/common-web
COPY ./packages/crypto ./packages/crypto
COPY ./packages/identity ./packages/identity
COPY ./packages/repo ./packages/repo
COPY ./packages/syntax ./packages/syntax
COPY ./packages/lexicon ./packages/lexicon
COPY ./packages/xrpc ./packages/xrpc
Expand Down

0 comments on commit 82380b0

Please sign in to comment.