issues
search
datacommonsorg
/
website
Code for the Data Commons website
https://datacommons.org
Apache License 2.0
24
stars
88
forks
source link
Copy only static dist artifacts to further reduce docker image size.
#4549
Closed
keyurva
closed
3 months ago
keyurva
commented
3 months ago
Instead of copying everything from the static build stage, we only copy artifacts under
/server
.
Could've copied only
/server/dist
but being flexible in case it produces other server artifacts in the future.
This reduces the download size from
1GB to 856 MB
.
And the on-disk decompressed size from
3.77GB to 2.79 GB
.
Cloud build time also improved from
6 mins
to
4 mins
.
Verified by deploying in the cloud
here
.
/server
./server/dist
but being flexible in case it produces other server artifacts in the future.