Damselfly icon indicating copy to clipboard operation
Damselfly copied to clipboard

Don't build/push new desktop app if nothing's changed

Open Webreaper opened this issue 4 years ago • 0 comments

Perhaps separate Damselfly.Desktop into a separate project/build that gets pushed into the image only if it's changed. That would make docker pulls much more efficient, as 90% of what gets downloaded is the rebuilt desktop app each time.

Alternatively, hash/checksum the app, and only include it if something's changed. Would need to separate versions though, as the app gets rebuilt just on a version bump and its signature would change.

Webreaper avatar Aug 18 '21 11:08 Webreaper