Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY package*.json ./
|
| 9 |
|
| 10 |
# Install dependencies, including React Flow
|
| 11 |
-
RUN npm
|
| 12 |
RUN npm install reactflow
|
| 13 |
|
| 14 |
# Copy the rest of the application code to the working directory
|
|
|
|
| 8 |
COPY package*.json ./
|
| 9 |
|
| 10 |
# Install dependencies, including React Flow
|
| 11 |
+
RUN npm install
|
| 12 |
RUN npm install reactflow
|
| 13 |
|
| 14 |
# Copy the rest of the application code to the working directory
|