Skip to content

Commit

Permalink
fix copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlike committed Jun 21, 2024
1 parent 89091eb commit d5e3c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV SCHEDULE="*/10 * * * *"

WORKDIR /netcup-dns

COPY ansible/update-dns.yaml ansible
COPY ansible ansible
COPY entrypoint.sh .
RUN chmod 777 entrypoint.sh

Expand Down

0 comments on commit d5e3c7e

Please sign in to comment.