mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-09-16 14:21:32 +00:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
#!/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
|