Replies: 1 comment
-
Docker as a build environment isn't going to be supported at the moment. You may find some helpful guides online if you search more generally for "electron build in docker", but my gut says it's going to be quite complex. I highly recommend you install PHP and Node on the build machine and build directly from that machine's CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used docker to build the php environment. After running php artisan native:serve, an error occurred:
[0916/102854.886141:FATAL:electron_main_delegate.cc(294)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Beta Was this translation helpful? Give feedback.
All reactions