mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"name": "Maybe",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspace",
|
|
"containerEnv": {
|
|
"GITHUB_TOKEN": "${localEnv:GITHUB_TOKEN}",
|
|
"GITHUB_USER": "${localEnv:GITHUB_USER}"
|
|
},
|
|
"remoteEnv": {
|
|
"PATH": "/workspace/bin:${containerEnv:PATH}"
|
|
},
|
|
"postCreateCommand": "bundle install"
|
|
}
|