Skip to content

Commit

Permalink
Fixing vnc + bumping verison
Browse files Browse the repository at this point in the history
  • Loading branch information
trygu committed Aug 16, 2024
1 parent afd5335 commit df2caf6
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.1
ARG VERSION=v0.7.2
# 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
@@ -1,7 +1,7 @@
#!/bin/bash

# Create a copy of vnc.html to index.html.
cp /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html
cp /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html

# Start X Virtual Framebuffer
Xvfb :1 -screen 0 1920x1080x24 &
Expand Down

0 comments on commit df2caf6

Please sign in to comment.