#!/bin/sh set -e # Change to app directory cd /app # Start the Next.js server echo "Starting Next.js server..." exec node server.js