Compare commits
No commits in common. "952c7b86602ef474c51407d974b62dc5070d4d19" and "94b1681a38c48fcb60b842b3b7ccbd872d7bd69f" have entirely different histories.
952c7b8660
...
94b1681a38
@ -13,5 +13,4 @@ RUN go build -o bin/ddns \
|
|||||||
|
|
||||||
FROM alpine AS runner
|
FROM alpine AS runner
|
||||||
COPY --from=builder /app/bin/ddns /usr/bin/
|
COPY --from=builder /app/bin/ddns /usr/bin/
|
||||||
|
|
||||||
ENTRYPOINT /usr/bin/ddns
|
ENTRYPOINT /usr/bin/ddns
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user