Skip to content

Commit

Permalink
fic path for dns_register_alert.py on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stegar123 committed Oct 10, 2024
1 parent 330242d commit a8743cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/caddy-l4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN old_bin_file=$(which caddy) && rm -rf $old_bin_file

RUN apk add python3 py3-pip && pip install -U Flask

COPY dns_register_alert.py /srv/
COPY containers/dns_register_alert.py /srv/

ENV PATH="$PATH:/srv"

Expand Down

0 comments on commit a8743cb

Please sign in to comment.