TripleParity / docks-api

RESTful API Server for Docks
https://tripleparity.github.io/docks-api/stack-api-spec.html
GNU General Public License v3.0
0 stars 0 forks source link

Reduce size of Docker image #65

Closed devosray closed 6 years ago

devosray commented 6 years ago

Currently, the size of the final Docks API docker image well exceeds 100MB compressed and even larger locally:

image

image

This is in stark contrast to the Docks UI image:

image

image

This issue will investigate the size disparity and possible solutions.

egeldenhuys commented 6 years ago

Multistage builds might also be related - #32