mishig HF Staff commited on
Commit
90f40e4
·
verified ·
1 Parent(s): 6a8d156

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -22,6 +22,9 @@ WORKDIR /lerobot/lerobot/html_dataset_visualizer
22
  # Install production dependencies only
23
  RUN npm ci --production
24
 
 
 
 
25
  # Expose port 7860
26
  EXPOSE 7860
27
 
 
22
  # Install production dependencies only
23
  RUN npm ci --production
24
 
25
+ # Build the application
26
+ RUN npm run build
27
+
28
  # Expose port 7860
29
  EXPOSE 7860
30