chromium
This commit is contained in:
@@ -13,6 +13,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install --omit=dev && npm cache clean --force
|
RUN npm install --omit=dev && npm cache clean --force
|
||||||
|
RUN npx puppeteer browsers install chrome
|
||||||
|
|
||||||
# -------- RUNTIME --------
|
# -------- RUNTIME --------
|
||||||
FROM node:22-slim AS runtime
|
FROM node:22-slim AS runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user