Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -28,6 +28,7 @@ COPY public /app/public
|
|
| 28 |
|
| 29 |
# Build the React application
|
| 30 |
RUN npm run build
|
|
|
|
| 31 |
|
| 32 |
# Verify Node.js and npm installation
|
| 33 |
RUN node --version && npm --version
|
|
|
|
| 28 |
|
| 29 |
# Build the React application
|
| 30 |
RUN npm run build
|
| 31 |
+
RUN npm install reactflow
|
| 32 |
|
| 33 |
# Verify Node.js and npm installation
|
| 34 |
RUN node --version && npm --version
|