Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ WORKDIR /app
|
|
| 15 |
|
| 16 |
# Copy package files and install dependencies
|
| 17 |
COPY package*.json ./
|
| 18 |
-
RUN npm install
|
| 19 |
|
| 20 |
# Copy the rest of the application
|
| 21 |
COPY . .
|
|
|
|
| 15 |
|
| 16 |
# Copy package files and install dependencies
|
| 17 |
COPY package*.json ./
|
| 18 |
+
RUN npm install --legacy-peer-deps
|
| 19 |
|
| 20 |
# Copy the rest of the application
|
| 21 |
COPY . .
|