wip: docker alpine version
This commit is contained in:
parent
7971be297c
commit
5e6df5b82d
5 changed files with 108 additions and 3 deletions
|
|
@ -9,6 +9,9 @@
|
|||
Xvfb "$DISPLAY" -ac -screen 0 "${SCREEN_WIDTH}x${SCREEN_HEIGHT}x${SCREEN_DEPTH}" >/dev/null 2>&1 &
|
||||
|
||||
if [ "$VNC_ENABLED" = true ]; then
|
||||
echo "Starting VNC server..."
|
||||
# wait for Xvfb to start up
|
||||
sleep 3
|
||||
vnc-start >/dev/null 2>&1 &
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue