We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ac128 commit e20e130Copy full SHA for e20e130
Dockerfile
@@ -64,7 +64,7 @@ RUN mkdir -p ~/.vnc && \
64
chmod 600 /root/.vnc/passwd && \
65
printf '#!/bin/sh\nunset SESSION_MANAGER\nunset DBUS_SESSION_BUS_ADDRESS\nstartxfce4' > /root/.vnc/xstartup && \
66
chmod +x /root/.vnc/xstartup && \
67
- printf '#!/bin/bash\nvncserver -depth 24 -geometry 1920x1080 -localhost no -PasswordFile /root/.vnc/passwd :0\nproxy-login-automator\npython /app/main.py' > /app/boot.sh && \
+ printf '#!/bin/bash\nvncserver -depth 24 -geometry 1920x1080 -localhost no -PasswordFile /root/.vnc/passwd :0\nproxy-login-automator\npython server --transport sse --port 8000' > /app/boot.sh && \
68
chmod +x /app/boot.sh
69
70
ENTRYPOINT ["/bin/bash", "/app/boot.sh"]
0 commit comments