update file permissions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Brumond 2023-05-14 17:43:38 -07:00
parent 412b1b73ef
commit 70f68e5c8b
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -1,10 +1,10 @@
FROM --platform=arm64 nginx
FROM --platform=${ARCH} nginx
EXPOSE 80
# actual web content
COPY www/ /usr/share/nginx/html
RUN chmod -R 444 /usr/share/nginx/html
RUN chmod -R +rX /usr/share/nginx/html
# nginx config files
COPY conf/nginx.conf /etc/nginx/nginx.conf