Reorganise pantry view

This commit is contained in:
2026-03-25 22:44:12 +01:00
parent 21901c6147
commit 2ff7e6f8ce
9 changed files with 431 additions and 487 deletions

View File

@@ -3,6 +3,9 @@ FROM nginx:alpine
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/
COPY manifest.webmanifest /usr/share/nginx/html/
COPY sw.js /usr/share/nginx/html/
COPY icons /usr/share/nginx/html/icons
COPY js /usr/share/nginx/html/js
COPY css /usr/share/nginx/html/css