add now features
This commit is contained in:
@@ -5,7 +5,7 @@ COPY package*.json ./
|
|||||||
RUN npm ci --include=dev
|
RUN npm ci --include=dev
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
RUN npm run build && npm prune --production
|
RUN ./node_modules/.bin/tsc && npm prune --production
|
||||||
|
|
||||||
# Stage 2: runtime with Playwright — copy built artifacts, no npm install
|
# Stage 2: runtime with Playwright — copy built artifacts, no npm install
|
||||||
FROM mcr.microsoft.com/playwright:v1.47.0-jammy
|
FROM mcr.microsoft.com/playwright:v1.47.0-jammy
|
||||||
|
|||||||
Reference in New Issue
Block a user