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

pull/10066/head
22mSqRi 1 year ago committed by GitHub
parent 3b53e06e0d
commit 32ebea91ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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