mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
fix: devcontainer pt 2 (#3258)
tiny fix of copy path Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
7278bf3de8
commit
1ed5af1da8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue