Update Dockerfile

This commit is contained in:
Yonas Tewabe
2026-07-28 11:03:48 +03:00
committed by GitHub
parent 43cf8e7ce8
commit fef001d86e

View File

@@ -1,5 +1,5 @@
FROM node:24-alpine AS deps FROM node:24-alpine AS deps
WORKDIR /app WORKDIR /
COPY package.json package-lock.json* ./ COPY package.json package-lock.json* ./
RUN --mount=type=secret,id=npmrc,target=/root/.npmrc \ RUN --mount=type=secret,id=npmrc,target=/root/.npmrc \
npm install --legacy-peer-deps npm install --legacy-peer-deps