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