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

Commit

Permalink
Merge pull request #215 from wjin/fix
Browse files Browse the repository at this point in the history
fix docker file error
  • Loading branch information
wongma7 authored Jul 4, 2017
2 parents ead68e0 + 2586672 commit 334cb3c
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 334cb3c

Please sign in to comment.