Closed fnesveda closed 1 year ago
@mnmkng I did some very non-scientific testing and it felt faster, but some proper testing would be needed to see if it's actually better.
I don't really have the capacity to move forward with this right now, so I'm closing the PR, but @B4nan feel free to reopen and pick it up if it's something you guys would be interested in.
Just an experiment to speed up TypeScript actor builds using three-stage Docker builds:
It's better over the current two-stage builds because you don't have to install the production dependencies twice (once in each stage), and you don't have to explicitly prune the npm cache.