fix(docker): configure pnpm to use the verdaccio registry during Docker builds
This commit is contained in:
@@ -5,6 +5,7 @@ FROM code.foss.global/host.today/ht-docker-node:lts AS build
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json pnpm-lock.yaml ./
|
||||||
|
RUN pnpm config set registry https://verdaccio.lossless.digital/
|
||||||
RUN pnpm config set store-dir .pnpm-store
|
RUN pnpm config set store-dir .pnpm-store
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-05-09 - 13.27.1 - fix(docker)
|
||||||
|
configure pnpm to use the verdaccio registry during Docker builds
|
||||||
|
|
||||||
|
- Adds a pnpm registry configuration step before dependency installation in the Dockerfile.
|
||||||
|
- Ensures container builds resolve packages from the configured Verdaccio registry.
|
||||||
|
|
||||||
## 2026-05-09 - 13.27.0 - feat(api-token-manager)
|
## 2026-05-09 - 13.27.0 - feat(api-token-manager)
|
||||||
seed and rotate the environment-managed admin API token during initialization
|
seed and rotate the environment-managed admin API token during initialization
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/dcrouter',
|
name: '@serve.zone/dcrouter',
|
||||||
version: '13.27.0',
|
version: '13.27.1',
|
||||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/dcrouter',
|
name: '@serve.zone/dcrouter',
|
||||||
version: '13.27.0',
|
version: '13.27.1',
|
||||||
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user