mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 05:35:16 +01:00
DevContainer: use docker extend file, fix PATH
This commit is contained in:
parent
8633bd8974
commit
a715e30cba
3 changed files with 4 additions and 3 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue