backup commit

This commit is contained in:
Dorian
2026-03-17 00:03:08 +00:00
parent f23be63bba
commit 253c305cc8
43 changed files with 9514 additions and 308 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
FROM node:20-alpine AS builder
RUN apk add --no-cache git
WORKDIR /app
RUN git clone --depth 1 https://git.tx1138.com/lfg2025/indeehub.git .
RUN git clone --depth 1 https://github.com/Zazawowow/indeehub-archipelago.git .
RUN npm ci
ENV VITE_USE_MOCK_DATA=false
ENV VITE_INDEEHUB_API_URL=/api