fix dockerfiles, include new tsconfigs
This commit is contained in:
parent
07ec9ea749
commit
ae4d0f9f59
services
@ -6,6 +6,7 @@ RUN npm install -g pnpm
|
||||
WORKDIR /app
|
||||
COPY ./*.* ./
|
||||
# NOTE bsky's transitive dependencies go here: if that changes, this needs to be updated.
|
||||
COPY ./tsconfig ./tsconfig
|
||||
COPY ./packages/bsky ./packages/bsky
|
||||
COPY ./packages/api ./packages/api
|
||||
COPY ./packages/common ./packages/common
|
||||
|
@ -6,6 +6,7 @@ RUN npm install -g pnpm
|
||||
WORKDIR /app
|
||||
COPY ./*.* ./
|
||||
# NOTE bsync's transitive dependencies go here: if that changes, this needs to be updated.
|
||||
COPY ./tsconfig ./tsconfig
|
||||
COPY ./packages/bsync ./packages/bsync
|
||||
COPY ./packages/common ./packages/common
|
||||
COPY ./packages/common-web ./packages/common-web
|
||||
|
@ -6,6 +6,7 @@ RUN npm install -g pnpm
|
||||
WORKDIR /app
|
||||
COPY ./*.* ./
|
||||
# NOTE ozones's transitive dependencies go here: if that changes, this needs to be updated.
|
||||
COPY ./tsconfig ./tsconfig
|
||||
COPY ./packages/ozone ./packages/ozone
|
||||
COPY ./packages/api ./packages/api
|
||||
COPY ./packages/aws ./packages/aws
|
||||
|
@ -8,6 +8,7 @@ RUN npm install -g pnpm
|
||||
WORKDIR /app
|
||||
COPY ./*.* ./
|
||||
# NOTE pds's transitive dependencies go here: if that changes, this needs to be updated.
|
||||
COPY ./tsconfig ./tsconfig
|
||||
COPY ./packages/pds ./packages/pds
|
||||
COPY ./packages/api ./packages/api
|
||||
COPY ./packages/aws ./packages/aws
|
||||
|
Loading…
x
Reference in New Issue
Block a user