Fix web docker build (#368)

This commit is contained in:
Hakan Shehu
2026-04-03 11:33:46 +02:00
committed by GitHub
parent 076fa49d5a
commit d649523637
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ COPY ../../packages/ui/package.json packages/ui/package.json
COPY ../../apps/web/package.json apps/web/package.json
# Install dependencies
RUN npm i -g npm@latest && npm ci
RUN npm ci
# Copy source files
COPY ../../packages/core packages/core

6
package-lock.json generated
View File

@@ -14444,9 +14444,9 @@
}
},
"node_modules/@types/node": {
"version": "22.19.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
"integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
"version": "22.19.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.16.tgz",
"integrity": "sha512-K6csxIjY+9RoDxdP6/wzaJzXaCf4znBz0/y0rrQDsbqmzQ5QFsOjubbsYWZhj6ZCgz3mjlyDZS+EJkhA9jWl9Q==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"