MilkClouds commited on
Commit
4f2d56a
·
verified ·
1 Parent(s): a23269f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/open-world-agents /owa
8
 
9
- WORKDIR /owa/projects/owa-dataset-visualizer
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