how to execute electron app in docker-compose?
my dockerfile: COPY . /app RUN npm run dist WORKDIR /app CMD ["/bin/bash","-c","/app/build/linux-unpacked/electron-app"] I have an electron executable file and
Continue readingDocker questions and answers
my dockerfile: COPY . /app RUN npm run dist WORKDIR /app CMD ["/bin/bash","-c","/app/build/linux-unpacked/electron-app"] I have an electron executable file and
Continue readingI have an issue using resizeWindow from Testcafe inside a docker container while testing an electron app with gitlab. Note:
Continue readingI am using Electron.js in a small Node.js REST project. It is running locally, but when creating a Docker image
Continue readingI want to build an electron desktop application and use docker as to deploy it. basically docker will hold all
Continue readingI want to run docker commands (mainly docker build and docker run) from a downloadable, desktop application (an Electron application),
Continue readingI am trying to run Cypress in my project in headless mode. I see this following issue when trying to
Continue readingOn Mojave I had electron builder set up with osslsigncode to create windows builds working with an EV certificate. outlined
Continue readingI love the idea of building cross-platform apps with the Ionic framework, however, IonReactRouter simply does not work with Electron.
Continue reading