Address the issue of the absence of poetry in the development container. (#6036)

Co-authored-by: ox01024@163.com <Waffle>
This commit is contained in:
Waffle 2024-07-08 09:44:07 +08:00 committed by GitHub
parent 610da4f662
commit 411e938e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
#!/bin/bash
cd web && npm install
pipx install poetry
echo 'alias start-api="cd /workspaces/dify/api && flask run --host 0.0.0.0 --port=5001 --debug"' >> ~/.bashrc
echo 'alias start-worker="cd /workspaces/dify/api && celery -A app.celery worker -P gevent -c 1 --loglevel INFO -Q dataset,generation,mail,ops_trace,app_deletion"' >> ~/.bashrc