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 80b3454 commit af7120eCopy full SHA for af7120e
Dockerfile
@@ -68,4 +68,7 @@ RUN mkdir -p ~/.vnc && \
68
printf '#!/bin/bash\nvncserver -depth 24 -geometry 1920x1080 -localhost no -PasswordFile /root/.vnc/passwd :0\nproxy-login-automator\npython /app/server --port 8000' > /app/boot.sh && \
69
chmod +x /app/boot.sh
70
71
+
72
+EXPOSE 8000
73
74
ENTRYPOINT ["/bin/bash", "/app/boot.sh"]
0 commit comments