This commit is contained in:
Bastian Wagner
2026-03-12 12:13:50 +01:00
parent 8b61e903a9
commit 5e6862573d

View File

@@ -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