From f0e4fa5cff6b25e3fdd9a829215ae53a037d392e Mon Sep 17 00:00:00 2001 From: Enxebre Date: Fri, 17 Aug 2018 12:10:29 +0200 Subject: [PATCH] add machines folder to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 827048ef2d..e8459b919e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,3 +14,4 @@ RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/ COPY --from=builder /go/src/github.com/openshift/machine-api-operator/bin/machine-api-operator . COPY --from=builder /go/src/github.com/openshift/machine-api-operator/manifests manifests +COPY --from=builder /go/src/github.com/openshift/machine-api-operator/machines machines