fix dockerfile copy path (#251)
This commit is contained in:
parent
606679ade6
commit
915f22f08f
|
|
@ -5,7 +5,7 @@ WORKDIR /go/src/github.com/kubeflow/mpi-operator
|
|||
RUN make
|
||||
|
||||
FROM gcr.io/distroless/base-debian10:latest
|
||||
COPY --from=build /go/src/github.com/kubeflow/mpi-operator/cmd/mpi-operator.* /opt/
|
||||
COPY --from=build /go/src/github.com/kubeflow/mpi-operator/_output/cmd/bin/mpi-operator.* /opt/
|
||||
COPY third_party/library/license.txt /opt/license.txt
|
||||
|
||||
ENTRYPOINT ["/opt/mpi-operator.v1alpha2"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue