Created
April 8, 2020 12:11
-
-
Save murbanowicz/81a807c5b9f0e1f9aedbda787d3f2870 to your computer and use it in GitHub Desktop.
React Snap config for Docker build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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