From b7fe5edb7d5851102729e89e1f2ccad36374067b Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 11 Jun 2025 18:49:46 +0000 Subject: [PATCH] Update applications/puppeteer/Dockerfile --- applications/puppeteer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/puppeteer/Dockerfile b/applications/puppeteer/Dockerfile index edeb774..56cef0f 100644 --- a/applications/puppeteer/Dockerfile +++ b/applications/puppeteer/Dockerfile @@ -30,8 +30,8 @@ RUN npm install puppeteer --no-save COPY --chown=container:container . . # Update the PUPPETEER_EXECUTABLE_PATH to the correct Chrome path (placeholder, update based on the output of `which google-chrome-stable`) -ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \\ - PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome-stable +ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true +ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome-stable # Set the command to run your Puppeteer script CMD ["node", "puppeteer-script.js"] \ No newline at end of file