This website works better with JavaScript
Home
Explore
Help
Sign In
biheng
/
dify
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
5 months ago
parent
3b53e06e0d
commit
32ebea91ff
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.devcontainer/post_start_command.sh
+ 1
- 1
.devcontainer/post_start_command.sh
View File
@@ -1,3 +1,3 @@
#!/bin/bash
-poetry install
-C api
+
cd api &&
poetry install