Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|