summaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorChristoph Jahn <cj@road42.de>2019-08-28 15:26:17 +0200
committerChristoph Jahn <cj@road42.de>2019-08-28 15:26:17 +0200
commitdbdb26a0444598cb6757cfb41f2abf74a89ed124 (patch)
treec6186fa890514303259dd20028b89fbe58ab2942 /.devcontainer/devcontainer.json
parent4b06e2188c2dabdc0b609cbd5ae1ffb482b6e068 (diff)
downloadwekan-dbdb26a0444598cb6757cfb41f2abf74a89ed124.tar.gz
wekan-dbdb26a0444598cb6757cfb41f2abf74a89ed124.tar.bz2
wekan-dbdb26a0444598cb6757cfb41f2abf74a89ed124.zip
Fixed endless compilation devcontainer, debugging
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6a1faa65..f4e1367b 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -2,7 +2,7 @@
{
"dockerComposeFile": "docker-compose.yml",
"service": "wekan-dev",
- "workspaceFolder": "/app",
+ "workspaceFolder": "/home/wekan/app",
"extensions": [
"mutantdino.resourcemonitor",
"editorconfig.editorconfig",