Spaces:
Sleeping
Sleeping
Fix: Add @gltf-transform/functions to Dockerfile npm install
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN npm install \
|
|
| 35 |
express multer @types/express @types/multer \
|
| 36 |
typescript tsx @types/node \
|
| 37 |
uuid @types/uuid \
|
| 38 |
-
@gltf-transform/core @gltf-transform/extensions \
|
| 39 |
draco3dgltf sharp
|
| 40 |
|
| 41 |
# Copy App Source
|
|
|
|
| 35 |
express multer @types/express @types/multer \
|
| 36 |
typescript tsx @types/node \
|
| 37 |
uuid @types/uuid \
|
| 38 |
+
@gltf-transform/core @gltf-transform/extensions @gltf-transform/functions \
|
| 39 |
draco3dgltf sharp
|
| 40 |
|
| 41 |
# Copy App Source
|