Updated image to node:lts-alpine
This commit is contained in:
@@ -133,7 +133,7 @@ MotoVaultPro is a single-tenant vehicle management application built with a **6-
|
||||
|
||||
### Frontend (React SPA)
|
||||
- **Technology**: React 18 + Vite + TypeScript
|
||||
- **Build**: Multi-stage Dockerfile (node:20-alpine → nginx:alpine)
|
||||
- **Build**: Multi-stage Dockerfile (node:lts-alpine → nginx:alpine)
|
||||
- **Port**: 3000 (internal)
|
||||
- **Networks**: frontend
|
||||
- **Dependencies**: Backend (API calls)
|
||||
@@ -147,7 +147,7 @@ MotoVaultPro is a single-tenant vehicle management application built with a **6-
|
||||
|
||||
### Backend (Node.js API)
|
||||
- **Technology**: Node.js 20 + Fastify + TypeScript
|
||||
- **Build**: Production build in node:20-alpine
|
||||
- **Build**: Production build in node:lts-alpine
|
||||
- **Port**: 3001 (internal)
|
||||
- **Networks**: backend, database
|
||||
- **Dependencies**: PostgreSQL, Redis, Platform
|
||||
|
||||
Reference in New Issue
Block a user