diff --git a/Dockerfile b/Dockerfile index f5bb835..d7c32ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,11 @@ WORKDIR /fredy COPY . /fredy +RUN apt-get update && apt-get install -y chromium + +ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \ + PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium + RUN yarn install RUN yarn global add pm2