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 Nov 9, 2021
1 parent 0634119 commit 2d199a5
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 2d199a5

Please sign in to comment.