docs: add required licences

This commit is contained in:
Nicolas Meienberger
2025-10-21 19:56:59 +02:00
parent 100c24de13
commit e07c22a7d4
5 changed files with 78 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ COPY --from=builder /app/apps/server/dist ./
COPY --from=builder /app/apps/server/drizzle ./assets/migrations
COPY --from=builder /app/apps/client/dist/client ./assets/frontend
# Include third-party licenses and attribution
COPY ./LICENSES ./LICENSES
COPY ./NOTICES.md ./NOTICES.md
COPY ./LICENSE ./LICENSE.md
CMD ["bun", "./index.js"]