mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
5 lines
212 B
JSON
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]
|
|
} |