dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
35 stars 21 forks source link

ci: fix growing image size #239

Closed strophy closed 3 years ago

strophy commented 3 years ago

Issue being fixed or feature implemented

Drive images are growing in size because we copy the entire context into the image on build

What was done?

How Has This Been Tested?

In CI

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only