Explorar o código

fix: fix poetry install command in devcontainer (#9507)

22mSqRi hai 5 meses
pai
achega
32ebea91ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .devcontainer/post_start_command.sh

+ 1 - 1
.devcontainer/post_start_command.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-poetry install -C api
+cd api && poetry install