Skip to content

Commit af7120e

Browse files
committed
feat: expose port 8000 in Dockerfile for application access
1 parent 80b3454 commit af7120e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@ RUN mkdir -p ~/.vnc && \
6868
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 && \
6969
chmod +x /app/boot.sh
7070

71+
72+
EXPOSE 8000
73+
7174
ENTRYPOINT ["/bin/bash", "/app/boot.sh"]

0 commit comments

Comments
 (0)