fix(docker): configure pnpm to use the verdaccio registry during Docker builds

This commit is contained in:
2026-05-09 20:02:45 +00:00
parent 2596303c06
commit 1c1d55ab8a
4 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# 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)
seed and rotate the environment-managed admin API token during initialization