Improved Dockerfile
This commit is contained in:
5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal 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
|
||||
Reference in New Issue
Block a user