mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user