refactor: Mount Config File in Docker and Add to .dockerignore (#1493)

This commit is contained in:
Danny Avila 2024-01-04 22:14:53 -05:00 committed by GitHub
parent 9864fc8700
commit 8848b8a569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -3,3 +3,4 @@ client/dist/images
data-node
.env
**/.env
librechat.yaml

View file

@ -32,6 +32,7 @@ services:
- ./.env.development:/app/.env.development
- ./.env.production:/app/.env.production
- ./images:/app/client/public/images
- ./librechat.yaml:/app/librechat.yaml
mongodb:
container_name: chat-mongodb
image: mongo