mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
cc56d075ee
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>
5 lines
146 B
Docker
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
|