Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
shenzhen
/
tjdify
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
6 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