Hello, everyone!
Could someone point me in the right direction? I'm trying to serve/deploy the interactive app of cypress for non-techy people o**n a port of a EC2 Amazon Linux 2** machine.
I've already tried doing it installing cypress locally and running docker images
- install Mate Desktoop on the server
- install Xvfb
- Install TigerVNC
- sending my X11 folder as a volume
- sending my dbus_socket as a volume
- exporting DISPLAY env
Nothing succesfully, I've been following the issues for the dbus no adress error, the binary missing error, Unable to open X display, etc.
What docker image would be the one I should use?
Anyone has done it? Is it possible?
Thanks in advance, fellow cypressors