diff --git a/Dockerfile b/Dockerfile index 2e39bb01..06e49e54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ COPY pnpm-lock.yaml package.json .npmrc* ./ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \ --mount=type=secret,id=NPM_TOKEN \ export NPM_TOKEN=$(cat /run/secrets/NPM_TOKEN) && \ - echo "@mintel:registry=https://npm.infra.mintel.me" > .npmrc && \ - echo "//npm.infra.mintel.me/:_authToken=\${NPM_TOKEN}" >> .npmrc && \ + echo "@mintel:registry=https://git.infra.mintel.me/api/packages/mmintel/npm" > .npmrc && \ + echo "//git.infra.mintel.me/api/packages/mmintel/npm/:_authToken=\${NPM_TOKEN}" >> .npmrc && \ pnpm install --no-frozen-lockfile && \ rm .npmrc