Skip to content

Commit

Permalink
add machines folder to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Aug 17, 2018
1 parent ea1e046 commit f0e4fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f0e4fa5

Please sign in to comment.