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

This commit is contained in:
22mSqRi 2024-10-30 17:27:17 +09:00 committed by Joel
parent 4b8896e034
commit 8d1591e5d5

View File

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