mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-04 23:14:41 -04:00
fix: devcontainer part 1 (#3254)
`-r` fix and checkout within volume for performance Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
@@ -19,5 +19,6 @@
|
||||
}
|
||||
},
|
||||
"forwardPorts": [8080, 3000],
|
||||
"postStartCommand": "make prepare && cp /build/backend-assets /workdir/backend-assets"
|
||||
"postCreateCommand": "git clone https://github.com/mudler/LocalAI.git .",
|
||||
"postStartCommand": "make prepare && cp -r /build/backend-assets /workdir/backend-assets"
|
||||
}
|
||||
Reference in New Issue
Block a user