Dockerizing the app (WIP)

This commit is contained in:
2025-12-09 16:12:58 +01:00
parent da3d6f123d
commit 52d568e924
10 changed files with 370 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ghcr.io/danny-avila/librechat:latest
COPY librechat.yaml /app/librechat.yaml
COPY librechat_providers.js /app/librechat_providers.js