Skip to content

Commit

Permalink
Fix Dockerfile.openshift (#817) (#821)
Browse files Browse the repository at this point in the history
Dockerfile still attempty to copy build/bin directory,
but this folder has been removed.

Signed-off-by: Radim Hrazdil <[email protected]>
  • Loading branch information
rhrazdil authored Sep 15, 2021
1 parent 46adca8 commit 959168e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN \


COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/build/_output/bin/manager /usr/bin/
COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/build/bin /usr/bin/

ENTRYPOINT ["/usr/bin/manager"]

Expand Down

0 comments on commit 959168e

Please sign in to comment.