Spaces:
Running
Running
Upload 47 files
Browse files- Dockerfile +1 -1
- package.json +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ WORKDIR /app
|
|
| 7 |
COPY package*.json ./
|
| 8 |
|
| 9 |
# Install dependencies
|
| 10 |
-
RUN npm install
|
| 11 |
|
| 12 |
# Copy the rest of the application
|
| 13 |
COPY . .
|
|
|
|
| 7 |
COPY package*.json ./
|
| 8 |
|
| 9 |
# Install dependencies
|
| 10 |
+
RUN npm install --legacy-peer-deps
|
| 11 |
|
| 12 |
# Copy the rest of the application
|
| 13 |
COPY . .
|
package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"@eslint/js": "^9.39.4",
|
| 23 |
"@types/react": "^19.2.14",
|
| 24 |
"@types/react-dom": "^19.2.3",
|
| 25 |
-
"@vitejs/plugin-react": "^
|
| 26 |
"eslint": "^9.39.4",
|
| 27 |
"eslint-plugin-react-hooks": "^7.0.1",
|
| 28 |
"eslint-plugin-react-refresh": "^0.5.2",
|
|
|
|
| 22 |
"@eslint/js": "^9.39.4",
|
| 23 |
"@types/react": "^19.2.14",
|
| 24 |
"@types/react-dom": "^19.2.3",
|
| 25 |
+
"@vitejs/plugin-react": "^4.3.4",
|
| 26 |
"eslint": "^9.39.4",
|
| 27 |
"eslint-plugin-react-hooks": "^7.0.1",
|
| 28 |
"eslint-plugin-react-refresh": "^0.5.2",
|