Skip to content

Commit

Permalink
Updated no_vnc init
Browse files Browse the repository at this point in the history
  • Loading branch information
trygu committed Aug 15, 2024
1 parent 628d436 commit afd5335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dapla lab version
ARG VERSION=v0.7.0
ARG VERSION=v0.7.1
# Use the official Ubuntu base image
FROM ubuntu:24.04

Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ openbox-session &
x11vnc -forever -nopw -create -display :1 &

# Start noVNC
/usr/share/novnc/utils/launch.sh --vnc localhost:5900 --listen 6080 &
/usr/share/novnc/utils/novnc_proxy --vnc localhost:5900 --listen 6080 &

# Start your application (this will be the main process)
/home/dapla/nbdemetra/bin/nbdemetra -J-Dfile.encoding=UTF-8 -J-Dnetbeans.default_userdir_root=/home/dapla/.nbdemetra

0 comments on commit afd5335

Please sign in to comment.