$ docker images | grep tldraw
r.mills.io/ ...**
Unfortunately the resulting Docker image for the older version of tldraw is 1.7GB π±
$ docker images | grep tldraw
r.mills.io/prologic/tldraw latest 5b0e374ed1cc 8 minutes ago 1.69GB
if anyone knows anything about this shitty Javascript/NPM/Yarn ecosystem and how to make this smaller, do let me know π
Hereβs the `Dockerfile`:
# Written by Ange Cesari
# Use offici ... β Read more