mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: move sdk to packages (#28350)
This commit is contained in:
parent
b4f719653f
commit
7837d40f57
24 changed files with 37 additions and 44 deletions
|
|
@ -29,7 +29,7 @@ ENV IMMICH_BUILD=${BUILD_ID}
|
|||
WORKDIR /usr/src/app
|
||||
COPY ./web ./web/
|
||||
COPY ./i18n ./i18n/
|
||||
COPY ./open-api ./open-api/
|
||||
COPY ./packages ./packages/
|
||||
RUN --mount=type=cache,id=pnpm-web,target=/buildcache/pnpm-store \
|
||||
--mount=type=bind,source=package.json,target=package.json \
|
||||
--mount=type=bind,source=.pnpmfile.cjs,target=.pnpmfile.cjs \
|
||||
|
|
@ -41,7 +41,7 @@ RUN --mount=type=cache,id=pnpm-web,target=/buildcache/pnpm-store \
|
|||
FROM builder AS cli
|
||||
|
||||
COPY ./cli ./cli/
|
||||
COPY ./open-api ./open-api/
|
||||
COPY ./packages ./packages/
|
||||
RUN --mount=type=cache,id=pnpm-cli,target=/buildcache/pnpm-store \
|
||||
--mount=type=bind,source=package.json,target=package.json \
|
||||
--mount=type=bind,source=.pnpmfile.cjs,target=.pnpmfile.cjs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue