fix: devcontainer pt 2 (#3258)

tiny fix of copy path

Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
Dave 2024-08-17 03:08:03 -04:00 committed by GitHub
parent 7278bf3de8
commit 1ed5af1da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}