puppeteer 2
This commit is contained in:
@@ -19,6 +19,7 @@ RUN npx puppeteer browsers install chrome
|
||||
FROM node:22-slim AS runtime
|
||||
ENV NODE_ENV=production
|
||||
WORKDIR /app
|
||||
RUN npx puppeteer browsers install chrome
|
||||
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
|
||||
Reference in New Issue
Block a user