Replace the committed file:vendor/*.tgz dependency with a normal semver range (`@gabvdl/ui: ^0.6.0`) resolved from the homelab registry. A scoped .npmrc points @gabvdl → http://localhost:4873; the frontend Docker build stage now runs with `network: host` so its `npm ci` can reach the host-bound verdaccio. Dropped the vendor tarball and the Dockerfile COPY that staged it; lockfile relocked to pull ui-0.6.1 from the registry. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
429 B
Plaintext
7 lines
429 B
Plaintext
# Pull the private @gabvdl scope from the homelab registry (verdaccio). Everything
|
|
# else still resolves from the public npm registry. The registry is reached over
|
|
# plain HTTP on the host's published port — during the Docker image build the
|
|
# build stage runs with `network: host` (see services/ai-agent/docker-compose.yml)
|
|
# so `localhost:4873` there is the same host-bound verdaccio.
|
|
@gabvdl:registry=http://localhost:4873/
|