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.