From bb59535f9a1e597be77d21d75acf9a2eca0d2c96 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Fri, 13 Sep 2024 16:43:46 +0200 Subject: [PATCH] . --- Dockerfile.server | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.server b/Dockerfile.server index d2d4207..c79f2f2 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -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.