From 15ff283edeb32d23535946ea7d62e5b1bb862cd3 Mon Sep 17 00:00:00 2001 From: Apoorv Vyavahare <82765893+vital987@users.noreply.github.com> Date: Wed, 9 Jun 2021 20:30:46 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b9c2be..dcb458c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,8 @@ LABEL AboutImage "Ubuntu20.04_Fluxbox_NoVNC" LABEL Maintainer "Apoorv Vyavahare " ARG DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive \ -#VNC Server Password(Comment if heroku user) - #VNC_PASS="sample" \ -#VNC Server Password(Comment if non-heroku user) - VNC_PASS=$PASSWORD \ +#VNC Server Password + VNC_PASS="samplepass" \ #VNC Server Title(w/o spaces) VNC_TITLE="Ubuntu_Desktop" \ #VNC Resolution(720p is preferable) @@ -15,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ DISPLAY=:0 \ #NoVNC Port NOVNC_PORT=$PORT \ -#Ngrok Token (It's advisable to use your personal token, cause it may clash with other users & the service may get terminated) +#Ngrok Token (It's advisable to use your personal token, else it may clash with other users & your tunnel may get terminated) NGROK_TOKEN="1tNm3GUFYV1A4lQFXF1bjFvnCvM_4DjiFRiXKGHDaTGBJH8VM" \ #Locale LANG=en_US.UTF-8 \