Dockerfile: install zip for album download generation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 08:30:47 -04:00
parent cc56d075ee
commit 419cbd5f3e
+1
View File
@@ -1,4 +1,5 @@
FROM nginx:alpine
RUN apk add --no-cache zip
COPY site/ /usr/share/nginx/html/
RUN cd /usr/share/nginx/html/mp3s && zip -0 ../interpretations-full-album.zip *.mp3
EXPOSE 80