fix: force db:push with yes pipe + add error logging to summaries
This commit is contained in:
@@ -10,4 +10,4 @@ COPY . .
|
||||
|
||||
# Generate migrations and run
|
||||
EXPOSE 3100
|
||||
CMD ["sh", "-c", "bun run db:push && bun run start"]
|
||||
CMD ["sh", "-c", "echo 'Running db:push...' && yes | bun run db:push 2>&1 && echo 'db:push done' && bun run start"]
|
||||
|
||||
Reference in New Issue
Block a user