We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7278bf3 commit 1ed5af1Copy full SHA for 1ed5af1
.devcontainer/devcontainer.json
@@ -20,5 +20,5 @@
20
},
21
"forwardPorts": [8080, 3000],
22
"postCreateCommand": "git clone https://github.com/mudler/LocalAI.git .",
23
- "postStartCommand": "make prepare && cp -r /build/backend-assets /workdir/backend-assets"
+ "postStartCommand": "make prepare && cp -r /build/backend-assets /workspace/backend-assets"
24
}
0 commit comments