ruv commited on
Commit
ac58193
·
verified ·
1 Parent(s): df0c508

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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