diff --git a/applications/puppeteer/Dockerfile b/applications/puppeteer/Dockerfile index a09777c..edeb774 100644 --- a/applications/puppeteer/Dockerfile +++ b/applications/puppeteer/Dockerfile @@ -34,4 +34,4 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \\ PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome-stable # Set the command to run your Puppeteer script -CMD ["node", "puppeteer-script.js"] +CMD ["node", "puppeteer-script.js"] \ No newline at end of file