mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
music source and client for subsonic
test fixture setup for navidrome
This commit is contained in:
8
docker/library-manager/Dockerfile
Normal file
8
docker/library-manager/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM denoland/deno:debian
|
||||
|
||||
ENV DENO_DIR=/deno-dir
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y unzip
|
||||
|
||||
COPY scripts /usr/bin
|
||||
Reference in New Issue
Block a user