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