I have an app that is running inside of cloudfoundry and needs to kick off a child process using Electron. This works fine running locally but once I deploy to cloud foundry it fails because the Ubuntu server doesn't have display driver. I can't use apt-get in the buildpack because cloud foundry restricts the use of any use of sudo
. Has anyone run into an issue like this and found a way to get around it?
via esastincy
No comments:
Post a Comment