mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
13 lines
246 B
Docker
13 lines
246 B
Docker
ARG BUILD_FROM
|
|
# hadolint ignore=DL3006
|
|
FROM $BUILD_FROM
|
|
|
|
RUN sed -i "s|/config|/emby|g" /etc/services.d/emby/run \
|
|
&& sed -i "s|/config|/emby|g" /etc/cont-init.d/30-config
|
|
|
|
RUN cat /etc/services.d/emby/run
|
|
|
|
# copy local files
|
|
COPY root/ /
|
|
|