gnosis / dex-services

Off-chain services for the Gnosis Protocol v1.
33 stars 9 forks source link

[Easy] fix price estimator dockerfile #1559

Closed fleupold closed 4 years ago

fleupold commented 4 years ago

Today, when creating a new top-level subcrate we need to also adjust the dockerfile of the price estimator as otherwise we run into build failure like this

This PR simplifies the Dockerfile by copying the entirety of the src repository and relying on .dockerignore to not include any unnecessary data.

Test Plan

See master turn green after merging.