fix dockerfiles, include new tsconfigs

This commit is contained in:
Devin Ivy 2024-03-18 18:55:38 -04:00
parent 07ec9ea749
commit ae4d0f9f59
4 changed files with 4 additions and 0 deletions

@ -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