Skip to content

Commit 82dea5a

Browse files
committed
fix(web-scraper): use correct Chromium path
1 parent 3113efe commit 82dea5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.web-scraper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN set -x && npm ci --production && \
4646
rm -rf /ms-playwright/chromium_headless_shell-* && \
4747
rm -rf /ms-playwright/ffmpeg-* && \
4848
find /ms-playwright -path '*/locales/*' ! -name 'en-US.pak' -delete && \
49-
CHROMIUM_BIN=$(find /ms-playwright -name chrome -type f -path '*/chrome-linux/chrome' | head -1) && \
49+
CHROMIUM_BIN=$(find /ms-playwright -name chrome -type f -path '*/chrome-linux*/chrome' | head -1) && \
5050
echo "Playwright installed Chromium at: $CHROMIUM_BIN" && \
5151
ln -sf "$CHROMIUM_BIN" /usr/local/bin/chromium && \
5252
npm cache clean --force && \

0 commit comments

Comments
 (0)