Fix nginx quoting: serve landing page from file; bump add-on to 0.5.6

This commit is contained in:
root
2026-01-31 00:06:01 +02:00
parent 57d3c97779
commit fc34d3d7b8
5 changed files with 75 additions and 60 deletions
+1
View File
@@ -48,6 +48,7 @@ RUN npm config set fund false && npm config set audit false \
COPY run.sh /run.sh
COPY nginx.conf.tpl /etc/nginx/nginx.conf.tpl
COPY landing.html.tpl /etc/nginx/landing.html.tpl
RUN chmod +x /run.sh \
&& mkdir -p /run/nginx