Skip to content

Commit

Permalink
refactor: Mount Config File in Docker and Add to .dockerignore (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored Jan 5, 2024
1 parent 9864fc8 commit 8848b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
client/dist/images
data-node
.env
**/.env
**/.env
librechat.yaml
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8848b8a

Please sign in to comment.