Skip to content

Commit

Permalink
fix(iptvboss): fixing the script
Browse files Browse the repository at this point in the history
  • Loading branch information
groenator committed Mar 1, 2024
1 parent a41686c commit 4f1bba4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ RUN wget "https://github.com/walrusone/iptvboss-release/releases/latest/download

ENV PATH="/usr/lib/iptvboss/bin:${PATH}"

# Entrypoint script to configure Cronitor and start VNC
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

# Switch back to the non-root user
USER 1000

Expand All @@ -61,7 +65,4 @@ ARG CRONITOR_API_KEY=""
EXPOSE 5901
EXPOSE 6901

# Entrypoint script to configure Cronitor and start VNC
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 4f1bba4

Please sign in to comment.