Files
ExcaliDash/backend/docker-entrypoint.sh
T
Zimeng Xiong e87987a0a3 Dockerize
2025-11-22 09:18:20 -08:00

9 lines
105 B
Bash

#!/bin/sh
set -e
# Run migrations
npx prisma migrate deploy
# Start the application
node dist/index.js