From 9156eee01796039243e5c0b2db00e36f6e46dc28 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 16 Mar 2026 22:57:10 +0000 Subject: [PATCH] fix: remove auth from IndeedHub clone (repo is public) Co-Authored-By: Claude Opus 4.6 (1M context) --- indeedhub-demo/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indeedhub-demo/Dockerfile b/indeedhub-demo/Dockerfile index f1df828c..5bb0ebb8 100644 --- a/indeedhub-demo/Dockerfile +++ b/indeedhub-demo/Dockerfile @@ -3,8 +3,7 @@ FROM node:20-alpine AS builder RUN apk add --no-cache git WORKDIR /app -ARG GITEA_TOKEN="" -RUN git clone --depth 1 https://testaccount:${GITEA_TOKEN}@git.tx1138.com/lfg2025/indeehub.git . +RUN git clone --depth 1 https://git.tx1138.com/lfg2025/indeehub.git . RUN npm ci ENV VITE_USE_MOCK_DATA=false ENV VITE_INDEEHUB_API_URL=/api