Dockerized React static site served by Nginx with node-alpine builder
Containerized React static-site template that builds the app in a node-alpine stage and serves the production build with nginx. It provides a multi-stage Dockerfile and example port mappings for local container runs. Suited for single-page React applications requiring a lightweight, containerized static server.
0