mirror of
https://github.com/p-stream/backend.git
synced 2026-04-19 00:42:09 +00:00
Update Dockerfile
This commit is contained in:
parent
cbc907cae4
commit
4b9d65da6b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,5 +48,5 @@ RUN npm run build
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
# Run migrations and start the server (kept exactly as you requested)
|
||||
# Run migrations and start the server
|
||||
CMD ["sh", "-c", "npx prisma migrate deploy && node .output/server/index.mjs"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue