adding movies & web search tool
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 4m0s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 12s

This commit is contained in:
2026-03-26 20:35:22 -03:00
parent 6fdfc3797a
commit 1437092a42
25 changed files with 450 additions and 135 deletions

View File

@@ -4,5 +4,8 @@ set -e
# Start Nginx in the background
nginx &
# Run migrations
node /app/node_modules/.bin/tsx /app/packages/backend/src/migrate.ts
# Start the Node.js backend
exec node /app/node_modules/.bin/tsx /app/packages/backend/src/index.ts