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
parent 3b53e06e0d
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