React/Vite SPA served by Nginx reverse proxy on port 80
434
The client-side application for the Purchase Manager system, designed to handle purchase orders, cost distribution calculations, and supplier management.
This image contains Nginx configured to serve the React SPA and reverse-proxy API requests to the backend.
Standard Run:
docker run -d \
-p 80:80 \
--name frontend \
--link backend \
mateuspachecodev670/purchase-app-frontend:v1
Content type
Image
Digest
sha256:45edd10c9…
Size
21.6 MB
Last updated
10 months ago
docker pull mateuspachecodev670/purchase-app-frontend:v2