I have a small NextJS app with puppeteer and chromium which works on my computer, but I want to give this app to another person, but I need {headless:false}, I need to see chromium window. I thought to make a docker container and give that, but I get errors on headless is false in chromium!
If this won't work how can I make a NextJS executable to be able to run the app on another machine without installing all the nodejs dependencies, etc ?