Easy start script: remove obsolete code

This commit is contained in:
Dmitry Maksyoma 2021-07-21 22:47:42 +12:00
parent c4cc856e56
commit ba942e102e

View File

@ -59,9 +59,4 @@ RUN chown -R 1000:0 $HOME
USER 1000:ssl-cert
WORKDIR $HOME
COPY $KASMVNC_PACKAGE_DIR/xstartup $HOME/
COPY $KASMVNC_PACKAGE_DIR/kasmvncserver-easy-start $HOME/
RUN mkdir ~/.vnc && cp xstartup ~/.vnc/xstartup && \
chmod +x ~/.vnc/xstartup
ENTRYPOINT [ "/dockerstartup/vnc_startup.sh" ]