Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Apr 8, 2024
1 parent 3891d72 commit e28b9e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ RUN apt update && apt-get -y install cron curl mysql-client-core-8.0 jq iproute
# Setup cron to run every minute to print (you can add/update your cron here)
RUN touch /var/log/cron-1.log
# Download and copy the Caddy executable
RUN wget -O caddy https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2.4.6_linux_amd64
RUN wget -O caddy https://github.com/caddyserver/caddy/releases/download/v2.7.6/caddy_2.7.6_linux_amd64.tar.gz
#https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2.4.6_linux_amd64
#
#ADD caddy /
ADD template.txt /
Expand Down

0 comments on commit e28b9e1

Please sign in to comment.