Dockerize

This commit is contained in:
Zimeng Xiong
2025-11-21 23:43:53 -08:00
parent 5979293e1b
commit e87987a0a3
19 changed files with 701 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
# Run migrations
npx prisma migrate deploy
# Start the application
node dist/index.js