diff --git a/Dockerfile b/Dockerfile index 97094d9..738b1cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM node:20.12.2-slim ENV NODE_ENV=production +ENV CHROME_PATH=/usr/bin/google-chrome +ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome # Install Chrome and dependencies RUN apt-get update && apt-get install -y --no-install-recommends \