Merge pull request #483 from florianbussmann/dev

fix: use uv to run learnhouse-api with dependencies
This commit is contained in:
Badr B. 2025-06-07 12:09:29 +02:00 committed by GitHub
commit 77aec2cf92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
# Start the services
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
pm2 status
@ -11,4 +11,4 @@ pm2 status
nginx -g 'daemon off;' &
# Tail Nginx error and access logs
pm2 logs
pm2 logs