This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
siwei
/
dify
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
8 miesięcy temu
rodzic
3b53e06e0d
commit
32ebea91ff
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
.devcontainer/post_start_command.sh
+ 1
- 1
.devcontainer/post_start_command.sh
Wyświetl plik
@@ -1,3 +1,3 @@
#!/bin/bash
-poetry install
-C api
+
cd api &&
poetry install