Skip to content

Commit

Permalink
fix: devcontainer pt 2 (#3258)
Browse files Browse the repository at this point in the history
tiny fix of copy path

Signed-off-by: Dave Lee <[email protected]>
  • Loading branch information
dave-gray101 authored Aug 17, 2024
1 parent 7278bf3 commit 1ed5af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"forwardPorts": [8080, 3000],
"postCreateCommand": "git clone https://github.com/mudler/LocalAI.git .",
"postStartCommand": "make prepare && cp -r /build/backend-assets /workdir/backend-assets"
"postStartCommand": "make prepare && cp -r /build/backend-assets /workspace/backend-assets"
}

0 comments on commit 1ed5af1

Please sign in to comment.