mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +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
@ -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 New Issue
Block a user