HJsnu Claude Opus 4.6 (1M context) commited on
Commit
ae141d7
·
1 Parent(s): a2a0ae7

chore: bump CACHE_BUST to pick up latest dataset-visualizer changes

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
3
 
4
  RUN apk add --no-cache git
5
 
6
- ARG CACHE_BUST=2026-03-09
7
  RUN git clone --depth 1 https://github.com/cloneisyou/dataset-visualizer /workspace
8
 
9
  WORKDIR /workspace
@@ -11,7 +11,7 @@ RUN npm ci && npm run build
11
 
12
  # Stage 2: Serve with nginx
13
  FROM nginx:alpine
14
- ARG CACHE_BUST=2026-03-09
15
  RUN echo "Cache bust: $CACHE_BUST"
16
 
17
  COPY --from=builder /workspace/dist /usr/share/nginx/html
 
3
 
4
  RUN apk add --no-cache git
5
 
6
+ ARG CACHE_BUST=2026-04-05
7
  RUN git clone --depth 1 https://github.com/cloneisyou/dataset-visualizer /workspace
8
 
9
  WORKDIR /workspace
 
11
 
12
  # Stage 2: Serve with nginx
13
  FROM nginx:alpine
14
+ ARG CACHE_BUST=2026-04-05
15
  RUN echo "Cache bust: $CACHE_BUST"
16
 
17
  COPY --from=builder /workspace/dist /usr/share/nginx/html