Files
interpretations/Dockerfile
T
kennethreitz cc56d075ee 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>
2026-04-04 08:29:40 -04:00

5 lines
146 B
Docker

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