Импорт групповых чатом, мелкие правки, внешний вид чата, GIF тип

This commit is contained in:
Халимов Рустам
2026-03-17 00:57:01 +03:00
parent 97b70250de
commit 1fd6ef0c48
19 changed files with 358 additions and 144 deletions
-4
View File
@@ -13,10 +13,6 @@ RUN npm install --legacy-peer-deps
# Copy source code
COPY apps/web/ ./
# Build args
ARG VITE_KLIPY_API_KEY
ENV VITE_KLIPY_API_KEY=$VITE_KLIPY_API_KEY
# Build web frontend
RUN npm run build