mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #483 from florianbussmann/dev
fix: use uv to run learnhouse-api with dependencies
This commit is contained in:
commit
77aec2cf92
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Start the services
|
# Start the services
|
||||||
pm2 start server.js --cwd /app/web --name learnhouse-web > /dev/null 2>&1
|
pm2 start server.js --cwd /app/web --name learnhouse-web > /dev/null 2>&1
|
||||||
pm2 start app.py --cwd /app/api --name learnhouse-api > /dev/null 2>&1
|
pm2 start uv --cwd /app/api --name learnhouse-api -- run app.py 2>&1
|
||||||
|
|
||||||
# Check if the services are running qnd log the status
|
# Check if the services are running qnd log the status
|
||||||
pm2 status
|
pm2 status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue