Update Dockerfile

This commit is contained in:
2025-12-09 12:15:23 +00:00
parent d0671f38ac
commit 04a2f19310

View File

@@ -3,7 +3,7 @@ FROM node:22-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm install --frozen-lockfile
RUN npm i ---force
COPY . .
RUN npm run build