DevContainer: use docker extend file, fix PATH

This commit is contained in:
Christoph Jahn 2019-09-03 21:20:24 +02:00
parent 8633bd8974
commit a715e30cba
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"dockerComposeFile": "docker-compose.yml",
"dockerComposeFile": ["docker-compose.yml", "docker-compose.extend.yml"],
"service": "wekan-dev",
"workspaceFolder": "/home/wekan/app",
"extensions": [