test change node ver
This commit is contained in:
parent
d573b5ad06
commit
2fd3649cd7
|
@ -1,5 +1,8 @@
|
||||||
FROM ci.svs-tech.pro/library/node:21
|
# FROM ci.svs-tech.pro/library/node:21
|
||||||
|
FROM debian:bookworm-slim
|
||||||
|
RUN apt update
|
||||||
|
RUN apt -y install nodejs npm
|
||||||
|
RUN node -v
|
||||||
RUN mkdir -p /src
|
RUN mkdir -p /src
|
||||||
|
|
||||||
COPY package.json src/package.json
|
COPY package.json src/package.json
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
"@tresjs/nuxt": "^2.1.2",
|
"@tresjs/nuxt": "^2.1.2",
|
||||||
"@types/imagemin": "^9.0.0",
|
"@types/imagemin": "^9.0.0",
|
||||||
"@types/marked": "^6.0.0",
|
"@types/marked": "^6.0.0",
|
||||||
"draco3d": "^1.5.7",
|
|
||||||
"glob": "^10.4.2",
|
"glob": "^10.4.2",
|
||||||
"imagemin": "^9.0.0",
|
"imagemin": "^9.0.0",
|
||||||
"imagemin-pngquant": "^10.0.0",
|
"imagemin-pngquant": "^10.0.0",
|
||||||
|
@ -32,8 +31,7 @@
|
||||||
"three": "^0.165.0",
|
"three": "^0.165.0",
|
||||||
"vue": "^3.4.27",
|
"vue": "^3.4.27",
|
||||||
"vue-router": "^4.3.2"
|
"vue-router": "^4.3.2"
|
||||||
},
|
}
|
||||||
"devDependencies": {}
|
|
||||||
},
|
},
|
||||||
"node_modules/@alloc/quick-lru": {
|
"node_modules/@alloc/quick-lru": {
|
||||||
"version": "5.2.0",
|
"version": "5.2.0",
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
"@tresjs/core": "^4.0.2",
|
"@tresjs/core": "^4.0.2",
|
||||||
"@tresjs/nuxt": "^2.1.2",
|
"@tresjs/nuxt": "^2.1.2",
|
||||||
"@types/imagemin": "^9.0.0",
|
"@types/imagemin": "^9.0.0",
|
||||||
"@types/marked": "^6.0.0",
|
|
||||||
"glob": "^10.4.2",
|
"glob": "^10.4.2",
|
||||||
"imagemin": "^9.0.0",
|
"imagemin": "^9.0.0",
|
||||||
"imagemin-pngquant": "^10.0.0",
|
"imagemin-pngquant": "^10.0.0",
|
||||||
|
|
Loading…
Reference in New Issue