Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Registrati
Accedi
shenzhen
/
tjdify
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
9 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