Bake nginx config into image; use named volume for screenshots

This commit is contained in:
devyouz
2026-05-19 05:23:33 +00:00
parent 1c7f3c0118
commit c6a1e280ad
2 changed files with 6 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY html /etc/nginx/html