mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00

* fix: modify the base docker image for devcontainer * fix: restore package-lock.json from main
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspaces",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [],
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"bash": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"postCreateCommand": "",
|
|
"features": { "ghcr.io/devcontainers/features/git:1": {} },
|
|
"remoteUser": "vscode"
|
|
}
|