This commit is contained in:
		| @@ -1,10 +1,10 @@ | |||||||
|  |  | ||||||
| FROM --platform=arm64 nginx | FROM --platform=${ARCH} nginx | ||||||
| EXPOSE 80 | 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 | RUN chmod -R +rX /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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user