Skip to content

Commit

Permalink
feat: fix puppeteer base url
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Apr 6, 2024
1 parent 985658e commit 01e267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nodegit-binary-host-mirror = \"${BIN_MIRRORS}/nodegit/v{version}/\" \n\
operadriver-cdnurl = \"${BIN_MIRRORS}/operadriver\" \n\
phantomjs-cdnurl = \"${BIN_MIRRORS}/phantomjs\" \n\
profiler-binary-host-mirror = \"${BIN_MIRRORS}/node-inspector/\" \n\
puppeteer-download-host = \"${BIN_MIRRORS}\" \n\
puppeteer-download-base-url = \"${BIN_MIRRORS}/chrome-for-testing\" \n\
python-mirror = \"${BIN_MIRRORS}/python\" \n\
rabin-binary-host-mirror = \"${BIN_MIRRORS}/rabin/v{version}\" \n\
sass-binary-site = \"${BIN_MIRRORS}/node-sass\" \n\
Expand Down

0 comments on commit 01e267e

Please sign in to comment.