فهرست منبع

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

22mSqRi 8 ماه پیش
والد
کامیت
32ebea91ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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