Skip to content

Commit

Permalink
Fix Dockerfile.openshift (nmstate#817)
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 <rhrazdil@redhat.com>
  • Loading branch information
rhrazdil authored and Radim Hrazdil committed Sep 7, 2021
1 parent cfdb2a5 commit ce2582c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Dockerfile.openshift
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 ce2582c

Please sign in to comment.