Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#2 from jsafrane/fix-openshift-conta…
Browse files Browse the repository at this point in the history
…iner

Fix OpenShift container entrypoint
  • Loading branch information
openshift-merge-robot authored Oct 25, 2018
2 parents 35e84fc + a18a2ef commit 6f56c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY --from=0 /go/src/github.com/kubernetes-csi/external-provisioner/csi-provisi
RUN useradd csi-provisioner
USER csi-provisioner

CMD ["/usr/bin/csi-provisioner"]
ENTRYPOINT ["/usr/bin/csi-provisioner"]

0 comments on commit 6f56c67

Please sign in to comment.