A guide on creating production-ready ReactJs container images without the use of a Dockerfile.
git clone https://github.com/rijkerd/oci-react-js
pack build oci-react-js --builder=paketobuildpacks/builder:base --descriptor nginx.toml
docker images | grep oci-react-js
docker run -d -p 8080:8080 oci-react-js
If you encounter any problems, please don't hesitate to report them by raising an issue.