mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
initial upload
This commit is contained in:
11
joal/Dockerfile
Normal file
11
joal/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
# MOFIFY DATA PATH
|
||||
RUN sed -i "s|config|share/transmission|g" /etc/services.d/transmission/run \
|
||||
&& sed -i "s|config|share/transmission|g" /etc/cont-init.d/20-config
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
Reference in New Issue
Block a user