mozmeao / basket

Mozilla's email newsletter subscription management API service
https://basket.mozilla.org
Mozilla Public License 2.0
16 stars 17 forks source link

Optimize the Dockerfile a bit #1482

Closed robhudson closed 1 week ago

robhudson commented 2 weeks ago

This attempts to reduce Docker layers by consolidating calls. E.g. multiple ENV calls are done in a single layer. Move RUN calls together as much as possible.