Skip to content

Commit 1ed5af1

Browse files
authored
fix: devcontainer pt 2 (#3258)
tiny fix of copy path Signed-off-by: Dave Lee <[email protected]>
1 parent 7278bf3 commit 1ed5af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
},
2121
"forwardPorts": [8080, 3000],
2222
"postCreateCommand": "git clone https://github.com/mudler/LocalAI.git .",
23-
"postStartCommand": "make prepare && cp -r /build/backend-assets /workdir/backend-assets"
23+
"postStartCommand": "make prepare && cp -r /build/backend-assets /workspace/backend-assets"
2424
}

0 commit comments

Comments
 (0)