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