pull/6729/merge
Krys 4 months ago committed by GitHub
commit 292190fdbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,12 +4,12 @@
{
"name": "Wiki.js",
"dockerComposeFile": [
"../dev/containers/docker-compose.yml"
],
"dockerComposeFile": ["../dev/containers/docker-compose.yml"],
"forwardPorts": [3000, 3001],
"service": "wiki",
"workspaceFolder": "/wiki",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
@ -28,6 +28,8 @@
"mrmlnc.vscode-duplicate",
"oderwat.indent-rainbow",
"christian-kohler.npm-intellisense"
],
]
}
},
"postCreateCommand": ["yarn", "install"]
}

Loading…
Cancel
Save