chore(collector): 🔧 Update Dockerfile to modify base image, dependencies, and build steps for collector service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a3d580c124
commit
ff56e17683
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ WORKDIR /app
|
|||
# Registry @lilith/* packages (e.g. gov-detection) are pre-staged by deploy.sh into
|
||||
# .vendor-lilith/ since the VPS cannot reach Verdaccio.
|
||||
COPY dist ./dist
|
||||
COPY public ./public
|
||||
|
||||
# Install public registry deps only — all @lilith/* are handled separately.
|
||||
COPY package.json ./
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue