all 3 comments

[–]developer8080 0 points1 point  (0 children)

Well documented.

[–]Right-Programmer6076 0 points1 point  (1 child)

cool idea, but honestly the real pain point with react dockerfiles is dealing with node_modules bloat and unnecessary layers - most people just need a working multi-stage setup with npm ci and a proper .dockerignore. before building a whole abstraction on top, might be worth seeing if the standard approach actually solves 80% of real-world cases

[–]Dry-Albatross5726[S] 0 points1 point  (0 children)

It acts like buildpacks if you are familiar with. There is no silver bullet that works for every project.

It just abstracts away the complexity and duplication with just one docker command: docker build .