Perplexica/docker/etc/s6-overlay/services/backend/run

9 lines
156 B
Text
Raw Normal View History

2025-03-08 04:41:27 +00:00
#!/usr/bin/with-contenv bash
cd /app/backend
# Run database migrations before starting the app
yarn db:push
# Start the application
exec node dist/app.js