fix: use uv to run learnhouse-api with dependencies

This commit is contained in:
Florian Bussmann 2025-06-01 18:23:10 +02:00
parent e4d5c44aae
commit b7ac3eadf1

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