Skip to content

Commit

Permalink
fix dockerfile command
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomuniz committed Feb 1, 2024
1 parent 5467d60 commit 5de8adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN apk --no-cache add make git && make build

FROM alpine:3.18

COPY --from=builder /app/external-dns-netcup-webhook /
ENTRYPOINT ["/external-dns-netcup-webhook"]
COPY --from=builder /app/external-dns-porkbun-webhook /
ENTRYPOINT ["/external-dns-porkbun-webhook"]

0 comments on commit 5de8adb

Please sign in to comment.