This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
siwei
/
dify
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix: fix poetry install command in devcontainer (
#9507
)
22mSqRi
hace 8 meses
padre
3b53e06e0d
commit
32ebea91ff
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
.devcontainer/post_start_command.sh
+ 1
- 1
.devcontainer/post_start_command.sh
Ver fichero
@@ -1,3 +1,3 @@
#!/bin/bash
-poetry install
-C api
+
cd api &&
poetry install