Skip to content

Commit 73822d3

Browse files
22mSqRiNov1c444
authored andcommitted
fix: fix poetry install command in devcontainer (#9507)
1 parent 7668eca commit 73822d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post_start_command.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
poetry install -C api
3+
cd api && poetry install

0 commit comments

Comments
 (0)