mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Fix empty audioType when using container version
This commit is contained in:
parent
c215ba37f1
commit
919ce44059
|
|
@ -10,7 +10,7 @@ RUN mkdir -p /app/data && \
|
|||
cd .. && \
|
||||
rm -fr server /root/.cache /root/go && \
|
||||
apk del .build && \
|
||||
apk --no-cache --no-progress add ffmpeg tzdata
|
||||
apk --no-cache --no-progress add ffmpeg mailcap tzdata
|
||||
VOLUME [ "/app/data" ]
|
||||
EXPOSE 3000
|
||||
ENTRYPOINT [ "./rdio-scanner", "-base_dir", "/app/data" ]
|
||||
Loading…
Reference in a new issue