added RAG, Multiuser, TG bot

This commit is contained in:
2026-06-13 20:20:56 +00:00
parent 66e1b0e29e
commit c8a9429bed
142 changed files with 19901 additions and 8790 deletions
+3
View File
@@ -5,6 +5,9 @@ WORKDIR /app
ARG VITE_API_URL=
ENV VITE_API_URL=$VITE_API_URL
ARG VITE_API_TOKEN=
ENV VITE_API_TOKEN=$VITE_API_TOKEN
COPY package.json ./
RUN npm install