Try to fix test
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Build
|
||||
FROM node:22-alpine AS build
|
||||
WORKDIR /app
|
||||
# The production build never runs tests, so skip Puppeteer's Chrome download.
|
||||
ENV PUPPETEER_SKIP_DOWNLOAD=1
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user