austinried 3408a3988e music source and client for subsonic
test fixture setup for navidrome
2025-11-02 10:35:22 +09:00

9 lines
125 B
Docker

FROM denoland/deno:debian
ENV DENO_DIR=/deno-dir
RUN apt-get update && \
apt-get install -y unzip
COPY scripts /usr/bin