This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
biheng
/
dify
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
hai 5 meses
pai
3b53e06e0d
achega
32ebea91ff
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
.devcontainer/post_start_command.sh
+ 1
- 1
.devcontainer/post_start_command.sh
Ver ficheiro
@@ -1,3 +1,3 @@
#!/bin/bash
-poetry install
-C api
+
cd api &&
poetry install