mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Make sure index.html is world-readable.
The file is read by 'nginx' UID in e2e tests.
This commit is contained in:
parent
ed4898d98c
commit
cbbabe585d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user