mirror of
https://github.com/colanode/colanode.git
synced 2026-05-18 05:05:03 +02:00
Fix web docker build (#368)
This commit is contained in:
@@ -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
6
package-lock.json
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user