Skip to content

Commit

Permalink
Update post create command in devcontainer (#183)
Browse files Browse the repository at this point in the history
Update since project moved to libs/weaviate

Signed-off-by: hsm207 <[email protected]>

Signed-off-by: hsm207 <[email protected]>
  • Loading branch information
hsm207 authored May 14, 2024
1 parent c1a52fa commit 5022732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit 5022732

Please sign in to comment.