This commit is contained in:
David Arranz 2024-09-13 16:43:46 +02:00
parent 1278e5d31c
commit bb59535f9a

View File

@ -36,8 +36,8 @@ FROM node:lts-iron AS prod
# Configure default locale (important for chrome-headless-shell).
ENV LANG es_ES.UTF-8
# We don't need the standalone Chromium
#ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
# Descargar chromium
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD false
# Install Google Chrome Stable and fonts
# Note: this installs the necessary libs to make the browser work with Puppeteer.