Skip to content

Commit 180a5d3

Browse files
committed
fix: path to python app
1 parent cc6897e commit 180a5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN mkdir -p ~/.vnc && \
6464
chmod 600 /root/.vnc/passwd && \
6565
printf '#!/bin/sh\nunset SESSION_MANAGER\nunset DBUS_SESSION_BUS_ADDRESS\nstartxfce4' > /root/.vnc/xstartup && \
6666
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 server --transport sse --port 8000' > /app/boot.sh && \
67+
printf '#!/bin/bash\nvncserver -depth 24 -geometry 1920x1080 -localhost no -PasswordFile /root/.vnc/passwd :0\nproxy-login-automator\npython /app/server --transport sse --port 8000' > /app/boot.sh && \
6868
chmod +x /app/boot.sh
6969

7070
ENTRYPOINT ["/bin/bash", "/app/boot.sh"]

0 commit comments

Comments
 (0)