mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
5 lines
177 B
Docker
5 lines
177 B
Docker
FROM buanet/iobroker:v5.1.0
|
|
# copy over the patched iobroker_startup.sh
|
|
COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh
|
|
RUN chmod a+x /opt/scripts/iobroker_startup.sh
|