mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 23:17:38 +01:00
addition of beets
This commit is contained in:
10
beets/Dockerfile
Normal file
10
beets/Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user