#!/bin/bash set -e # Migrate the database npm run db:migrate # Start the production server exec npm run preview --host 0.0.0.0