This commit is contained in:
parent
412b1b73ef
commit
70f68e5c8b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user