Skip to content

Commit

Permalink
fix: update Dockerfile entrypoint to use Anexia webhook (#8)
Browse files Browse the repository at this point in the history
Previously the entrypoint into the docker images was not correctly set up. It was still the path carried over from the ionos implementation.
  • Loading branch information
ProbstenHias authored May 7, 2024
1 parent 08a21e2 commit cb23803
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 @@ -3,4 +3,4 @@ FROM gcr.io/distroless/static-debian12:nonroot
USER 20000:20000
COPY --chmod=555 external-dns-anexia-webhook /opt/external-dns-anexia-webhook/app

ENTRYPOINT ["/opt/external-dns-ionos-webhook/app"]
ENTRYPOINT ["/opt/external-dns-anexia-webhook/app"]

0 comments on commit cb23803

Please sign in to comment.