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

This commit is contained in:
22mSqRi 2024-10-30 17:27:17 +09:00 committed by GitHub
commit 32ebea91ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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