Skip to content

Commit

Permalink
update entrypoint script name
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed May 23, 2024
1 parent 1f6f190 commit 496c919
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN apk update && \
openvpn

# Add a script to run OpenVPN, Transmission, and Nginx
COPY run.sh /run.sh
RUN chmod +x /run.sh
COPY start-openvpn-client.sh /start-openvpn-client.sh
RUN chmod +x /start-openvpn-client.sh

# Set the entrypoint to the script
ENTRYPOINT ["/run.sh"]
ENTRYPOINT ["/start-openvpn-client.sh"]
File renamed without changes.

0 comments on commit 496c919

Please sign in to comment.