Website: download all zip (built in Docker), duration, tab title

Zip generated at Docker build time — not checked into git.
Album duration shown (83:58). Browser tab shows now playing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 08:29:40 -04:00
parent f9d45dcde9
commit cc56d075ee
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
FROM nginx:alpine
COPY site/ /usr/share/nginx/html/
RUN cd /usr/share/nginx/html/mp3s && zip -0 ../interpretations-full-album.zip *.mp3
EXPOSE 80