mirror of
https://github.com/zhaarey/apple-music-alac-atmos-downloader.git
synced 2026-01-15 14:22:53 -03:00
Fixed config file handling
This commit is contained in:
@@ -11,8 +11,4 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
|
||||
FROM gpac/ubuntu
|
||||
COPY --from=builder /bin/apple-music-dl /usr/local/bin/apple-music-dl
|
||||
WORKDIR /app
|
||||
COPY config.yaml ./
|
||||
RUN echo 'alac-save-folder: "/downloads/ALAC"' >> config.yaml \
|
||||
&& echo 'atmos-save-folder: "/downloads/Atmos"' >> config.yaml \
|
||||
&& echo 'aac-save-folder: "/downloads/AAC"' >> config.yaml
|
||||
ENTRYPOINT ["/usr/local/bin/apple-music-dl"]
|
||||
|
||||
Reference in New Issue
Block a user