Skip to content

Commit 248c5fe

Browse files
author
Justin Higgins
committed
use absolute path ref
1 parent 86c174f commit 248c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
2121
RUN npm install puppeteer
2222
COPY index.js /index.js
2323

24-
CMD ["node", "index.js"]
24+
CMD ["node", "/index.js"]

0 commit comments

Comments
 (0)