Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor committed Nov 25, 2023
1 parent e85b1f6 commit c2911f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,5 @@ COPY --from=slim /etc/ssl/certs /etc/ssl/certs
WORKDIR /
COPY --from=builder /go/src/app/coredns /coredns

FROM --platform=$TARGETPLATFORM ${BASE}
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /coredns /coredns
USER nonroot:nonroot
EXPOSE 53 53/udp
ENTRYPOINT ["/coredns"]

0 comments on commit c2911f1

Please sign in to comment.