Skip to content

Commit

Permalink
Revert Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 7, 2024
1 parent 34218bd commit a8a1e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ RUN KASMVNC_VERSION="$(curl -fsSL "https://api.github.com/repos/kasmtech/KasmVNC
ENV PATH="${PATH:+${PATH}:}/usr/lib/rustdesk"
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 --chown=1000:1000 entrypoint.sh /etc/entrypoint.sh
Expand Down Expand Up @@ -617,4 +617,4 @@ WORKDIR /home/ubuntu

EXPOSE 8080

CMD ["/usr/bin/supervisord"]
ENTRYPOINT ["/usr/bin/supervisord"]

0 comments on commit a8a1e1d

Please sign in to comment.