File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN mkdir -p ~/.vnc && \
64
64
chmod 600 /root/.vnc/passwd && \
65
65
printf '#!/bin/sh\n unset SESSION_MANAGER\n unset DBUS_SESSION_BUS_ADDRESS\n startxfce4' > /root/.vnc/xstartup && \
66
66
chmod +x /root/.vnc/xstartup && \
67
- printf '#!/bin/bash\n vncserver -depth 24 -geometry 1920x1080 -localhost no -PasswordFile /root/.vnc/passwd :0\n proxy-login-automator\n python server --transport sse --port 8000' > /app/boot.sh && \
67
+ printf '#!/bin/bash\n vncserver -depth 24 -geometry 1920x1080 -localhost no -PasswordFile /root/.vnc/passwd :0\n proxy-login-automator\n python /app/ server --transport sse --port 8000' > /app/boot.sh && \
68
68
chmod +x /app/boot.sh
69
69
70
70
ENTRYPOINT ["/bin/bash" , "/app/boot.sh" ]
You can’t perform that action at this time.
0 commit comments