Files
Open-Assistant/.devcontainer/devcontainer.json
T
Andrew Maguire c4b61bf84c apt-get
2023-01-01 22:24:45 +00:00

5 lines
212 B
JSON

{
"initializeCommand": "apt-get update -y && apt-get install docker-compose -y && apt-get install docker-compose-plugin -y",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
}