chore: install Chromium in the Docker image for the fallback scraper
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013gwc3aCiyQxmCWQke8RvEz
This commit is contained in:
@@ -9,6 +9,7 @@ COPY . .
|
||||
FROM node:22-slim
|
||||
WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
RUN npx --yes playwright install --with-deps chromium
|
||||
ENV NODE_ENV=production
|
||||
# De SQLite-database hoort op het persistente volume te staan; zonder deze
|
||||
# default zou een vergeten DB_PATH stilletjes naar de container-fs schrijven
|
||||
|
||||
Reference in New Issue
Block a user