Update Dockerfile

This commit is contained in:
Yonas Tewabe
2026-07-28 11:07:38 +03:00
committed by GitHub
parent fef001d86e
commit 296abdf8ae

View File

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