Compare commits
2 Commits
94b1681a38
...
952c7b8660
| Author | SHA1 | Date | |
|---|---|---|---|
| 952c7b8660 | |||
| 9ba30d10b7 |
@ -13,4 +13,5 @@ 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