We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c174f commit 248c5feCopy full SHA for 248c5fe
Dockerfile
@@ -21,4 +21,4 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
21
RUN npm install puppeteer
22
COPY index.js /index.js
23
24
-CMD ["node", "index.js"]
+CMD ["node", "/index.js"]
0 commit comments