build: include logo.png in runtime image

This commit is contained in:
2026-03-15 23:55:46 -05:00
parent 1dc3c7ce07
commit 1230dacfa2
+3
View File
@@ -43,6 +43,9 @@ RUN apt-get update && \
# Copy the compiled binary from the build stage
COPY --from=build /app/server ./server
# Quote PDF branding asset loaded at runtime by pdf generation
COPY logo.png ./logo.png
# Copy Prisma artifacts needed at runtime
COPY --from=build /app/generated/ ./generated/
COPY --from=build /app/prisma/ ./prisma/