This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
siwei
/
dify
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
8 mesi fa
parent
3b53e06e0d
commit
32ebea91ff
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
.devcontainer/post_start_command.sh
+ 1
- 1
.devcontainer/post_start_command.sh
Vedi File
@@ -1,3 +1,3 @@
#!/bin/bash
-poetry install
-C api
+
cd api &&
poetry install