Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -4,9 +4,9 @@ FROM node:20-alpine AS builder
|
|
| 4 |
RUN apk add --no-cache git
|
| 5 |
|
| 6 |
ARG CACHE_BUST=1
|
| 7 |
-
RUN git clone --depth 1 https://github.com/open-world-agents/
|
| 8 |
|
| 9 |
-
WORKDIR /
|
| 10 |
RUN npm ci && npm run build
|
| 11 |
|
| 12 |
# Stage 2: Serve with nginx
|
|
|
|
| 4 |
RUN apk add --no-cache git
|
| 5 |
|
| 6 |
ARG CACHE_BUST=1
|
| 7 |
+
RUN git clone --depth 1 https://github.com/open-world-agents/owa-dataset-visualizer /workspace
|
| 8 |
|
| 9 |
+
WORKDIR /workspace
|
| 10 |
RUN npm ci && npm run build
|
| 11 |
|
| 12 |
# Stage 2: Serve with nginx
|