addition of beets

This commit is contained in:
Alexandre
2020-12-10 09:02:22 +01:00
parent c9e4860e9e
commit e1c54fba3a
8 changed files with 157 additions and 4 deletions

10
beets/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
ARG BUILD_FROM
FROM $BUILD_FROM
# copy local files
COPY root/ /
# MOFIFY DATA PATH
RUN sed -i "s|config|data|g" /etc/services.d/beets/run
VOLUME [ "/data" ]