Resolve KASM-1998 "Feature/ default launch url"

This commit is contained in:
Justin Travis 2021-10-30 17:35:01 +00:00
parent 7784df32d6
commit 8822d3821f
12 changed files with 14 additions and 11 deletions

View file

@ -24,7 +24,7 @@ COPY ./src/ubuntu/install/gtk/ $INST_SCRIPTS/gtk/
RUN bash $INST_SCRIPTS/gtk/install_restricted_file_chooser.sh
# Setup the custom startup script that will be invoked when the container starts
ENV LAUNCH_URL http://kasmweb.com
#ENV LAUNCH_URL http://kasmweb.com
COPY ./src/ubuntu/install/edge/custom_startup.sh $STARTUPDIR/custom_startup.sh
RUN chmod +x $STARTUPDIR/custom_startup.sh