Make sure index.html is world-readable.

The file is read by 'nginx' UID in e2e tests.
This commit is contained in:
Jan Safranek 2015-05-29 11:55:57 +02:00
parent ed4898d98c
commit cbbabe585d
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN apt-get update -qq && apt-get install -y glusterfs-server -qq
ADD glusterd.vol /etc/glusterfs/
ADD run_gluster.sh /usr/local/bin/
ADD index.html /vol/
RUN chmod 644 /vol/index.html
EXPOSE 24007/tcp 24008/tcp 49152/tcp

View File

@ -19,6 +19,7 @@ RUN apt-get update -qq && apt-get install -y nfs-kernel-server -qq
RUN mkdir -p /exports
ADD run_nfs.sh /usr/local/bin/
ADD index.html /exports/index.html
RUN chmod 644 /exports/index.html
EXPOSE 2049/tcp