mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
9 lines
269 B
Docker
9 lines
269 B
Docker
FROM linuxserver/radarr:v0.2.0.1358-ls22
|
|
|
|
# use /data instead of /config for hass.io environment
|
|
RUN sed -i "s|/config|/config/radarr|g" /etc/services.d/radarr/run \
|
|
&& sed -i "s|/config|/config/radarr|g" /etc/cont-init.d/30-config
|
|
|
|
# copy local files
|
|
COPY root/ /
|