Improved Dockerfile

This commit is contained in:
Jose Selesan
2026-04-10 19:44:33 -03:00
parent 8210a4bd9b
commit 91dfdce66d
5 changed files with 120 additions and 22 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /app/apps/backend
bun --cwd /app/apps/backend prisma migrate deploy
bun --cwd /app/apps/backend prisma generate
bun run start