This commit is contained in:
Bastian Wagner
2026-03-12 12:40:50 +01:00
parent 7558b56d16
commit 76c3e8b4ef

View File

@@ -18,7 +18,6 @@ RUN npm ci --omit=dev && npm cache clean --force
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