mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: change registry
This commit is contained in:
+3
-3
@@ -3,12 +3,12 @@ ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0 \
|
|||||||
CI=1 \
|
CI=1 \
|
||||||
COREPACK_HOME=/tmp \
|
COREPACK_HOME=/tmp \
|
||||||
PNPM_HOME=/buildcache/pnpm-store \
|
PNPM_HOME=/buildcache/pnpm-store \
|
||||||
PATH="/buildcache/pnpm-store:$PATH"
|
PATH="/buildcache/pnpm-store:$PATH" \
|
||||||
|
npm_config_registry=https://npm.raccoon.sh/
|
||||||
|
|
||||||
RUN npm install --global corepack@latest && \
|
RUN npm install --global corepack@latest && \
|
||||||
corepack enable pnpm && \
|
corepack enable pnpm && \
|
||||||
pnpm config set store-dir "$PNPM_HOME" && \
|
pnpm config set store-dir "$PNPM_HOME"
|
||||||
pnpm config set registry https://npm.raccoon.sh
|
|
||||||
|
|
||||||
FROM builder AS server
|
FROM builder AS server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user