Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix docker file error
Browse files Browse the repository at this point in the history
the deployment docker image got error:

chmod: invalid mode: 'x+o'

Signed-off-by: Wei Jin <wjin.cn@gmail.com>
  • Loading branch information
wjin committed Jul 4, 2017
1 parent ead68e0 commit 2586672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph/cephfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN yum install -y epel-release
RUN yum install -y ceph-common python-cephfs
ADD cephfs-provisioner /usr/local/bin/cephfs-provisioner
ADD cephfs_provisioner/cephfs_provisioner.py /usr/local/bin/cephfs_provisioner
CMD chmod x+o /usr/local/bin/cephfs_provisioner
CMD chmod o+x /usr/local/bin/cephfs_provisioner

0 comments on commit 2586672

Please sign in to comment.