adding movies & web search tool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user