|
@@ -558,7 +558,7 @@ RUN KASMVNC_VERSION="$(curl -fsSL "https://api.github.com/repos/kasmtech/KasmVNC
|
|
|
ENV PATH="${PATH:+${PATH}:}/usr/lib/rustdesk"
|
|
ENV PATH="${PATH:+${PATH}:}/usr/lib/rustdesk"
|
|
|
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/usr/lib/rustdesk/lib"
|
|
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}/usr/lib/rustdesk/lib"
|
|
|
|
|
|
|
|
-# Add custom packages right below this comment, or use FROM in a new container and replace entrypoint.sh or supervisord.conf, and set CMD to /usr/bin/supervisord
|
|
|
|
|
|
|
+# Add custom packages right below this comment, or use FROM in a new container and replace entrypoint.sh or supervisord.conf, and set ENTRYPOINT to /usr/bin/supervisord
|
|
|
|
|
|
|
|
# Copy scripts and configurations used to start the container with `--chown=1000:1000`
|
|
# Copy scripts and configurations used to start the container with `--chown=1000:1000`
|
|
|
COPY --chown=1000:1000 entrypoint.sh /etc/entrypoint.sh
|
|
COPY --chown=1000:1000 entrypoint.sh /etc/entrypoint.sh
|
|
@@ -617,4 +617,4 @@ WORKDIR /home/ubuntu
|
|
|
|
|
|
|
|
EXPOSE 8080
|
|
EXPOSE 8080
|
|
|
|
|
|
|
|
-CMD ["/usr/bin/supervisord"]
|
|
|
|
|
|
|
+ENTRYPOINT ["/usr/bin/supervisord"]
|