Updated image to node:lts-alpine
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Production Dockerfile for MotoVaultPro Frontend
|
||||
|
||||
# Stage 1: Base with dependencies
|
||||
FROM node:20-alpine AS base
|
||||
FROM node:lts-alpine AS base
|
||||
RUN apk add --no-cache dumb-init curl
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user