From 5022732e6968f7d77869f25d02d6f86496893822 Mon Sep 17 00:00:00 2001 From: Shukri Date: Tue, 14 May 2024 06:11:02 +0200 Subject: [PATCH] Update post create command in devcontainer (#183) Update since project moved to libs/weaviate Signed-off-by: hsm207 Signed-off-by: hsm207 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fd39e48..1463f51 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,7 +32,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": " poetry install --with test,dev,lint,test_integration", + "postCreateCommand": "cd libs/weaviate && poetry install --with test,dev,lint,test_integration", // Configure tool-specific properties. // "customizations": {},