Ralf Vogler 2025-07-23 00:36:11 +02:00
parent 8c46b2eb69
commit d36722a455

View file

@ -63,7 +63,7 @@ WORKDIR /fgc
COPY package*.json ./
# --no-shell to avoid installing chromium_headless_shell (307MB) since headless mode could be detected without patching the browser itself
RUN npm install && npx patchright install chromium --no-shell && du -h -d1 ~/.cache/ms-playwright
RUN npm install --ignore-scripts && npx patchright install chromium --no-shell && du -h -d1 ~/.cache/ms-playwright
COPY . .