Skip to content

Commit

Permalink
Address the issue of the absence of poetry in the development contain…
Browse files Browse the repository at this point in the history
…er. (langgenius#6036)

Co-authored-by: [email protected] <Waffle>
  • Loading branch information
ox01024 authored Jul 8, 2024
1 parent 610da4f commit 411e938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/post_create_command.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 411e938

Please sign in to comment.