Skip to content

Instantly share code, notes, and snippets.

@murbanowicz
Created April 8, 2020 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murbanowicz/81a807c5b9f0e1f9aedbda787d3f2870 to your computer and use it in GitHub Desktop.
Save murbanowicz/81a807c5b9f0e1f9aedbda787d3f2870 to your computer and use it in GitHub Desktop.
React Snap config for Docker build
{
"dependencies": {},
"reactSnap": {
"puppeteerArgs": [
"--disable-setuid-sandbox", "--no-sandbox"
],
"concurrency": 1,
"inlineCss": false,
"puppeteerExecutablePath": "/usr/bin/chromium-browser"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment