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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -20,3 +20,6 @@ coverage/
|
|||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
.npmrc
|
.npmrc
|
||||||
|
branch_structure.json
|
||||||
|
temp_auto_push.bat
|
||||||
|
temp_interactive_push.bat
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
FROM node:24-alpine AS deps
|
FROM node:24-alpine AS deps
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json package-lock.json* ./
|
COPY package.json package-lock.json* ./
|
||||||
RUN npm install --legacy-peer-deps
|
RUN --mount=type=secret,id=npmrc,target=/root/.npmrc \
|
||||||
|
npm install --legacy-peer-deps
|
||||||
|
|
||||||
FROM deps AS base
|
FROM deps AS base
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user