|
|
|
|
@ -55,7 +55,9 @@ COPY --from=ghcr.io/jdx/mise:2025.11.3@sha256:ac26f5978c0e2783f3e68e58ce75eddb83
|
|
|
|
|
WORKDIR /usr/src/app
|
|
|
|
|
COPY ./plugins/mise.toml ./plugins/
|
|
|
|
|
ENV MISE_TRUSTED_CONFIG_PATHS=/usr/src/app/plugins/mise.toml
|
|
|
|
|
RUN mise install --cd plugins
|
|
|
|
|
ENV MISE_DATA_DIR=/buildcache/mise
|
|
|
|
|
RUN --mount=type=cache,id=mise-tools,target=/buildcache/mise \
|
|
|
|
|
mise install --cd plugins
|
|
|
|
|
|
|
|
|
|
COPY ./plugins ./plugins/
|
|
|
|
|
# Build plugins
|
|
|
|
|
@ -64,6 +66,7 @@ RUN --mount=type=cache,id=pnpm-plugins,target=/buildcache/pnpm-store \
|
|
|
|
|
--mount=type=bind,source=.pnpmfile.cjs,target=.pnpmfile.cjs \
|
|
|
|
|
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
|
|
|
|
|
--mount=type=bind,source=pnpm-workspace.yaml,target=pnpm-workspace.yaml \
|
|
|
|
|
--mount=type=cache,id=mise-tools,target=/buildcache/mise \
|
|
|
|
|
cd plugins && mise run build
|
|
|
|
|
|
|
|
|
|
FROM ghcr.io/immich-app/base-server-prod:202511041104@sha256:57c0379977fd5521d83cdf661aecd1497c83a9a661ebafe0a5243a09fc1064cb
|
|
|
|
|
|