File size: 191 Bytes
b88c922
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
//devcontainer.json
{
  "name": "LangChain",

  "dockerComposeFile": "docker-compose.yaml",
  "service": "langchain",
  "containerUser": "appuser",
  "workspaceFolder": "/home/appuser/app"
}