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.
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.