add chmod to dockerfile so nginx has access to all files
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
656d2346f6
commit
1bab107bad
@ -4,6 +4,7 @@ EXPOSE 80
|
|||||||
|
|
||||||
# actual web content
|
# actual web content
|
||||||
COPY www/ /usr/share/nginx/html
|
COPY www/ /usr/share/nginx/html
|
||||||
|
RUN chmod -R 444 /usr/share/nginx/html
|
||||||
|
|
||||||
# nginx config files
|
# nginx config files
|
||||||
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
COPY conf/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user