mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-07 21:21:50 +00:00
7 lines
207 B
Docker
7 lines
207 B
Docker
ARG BUILD_FROM=buanet/iobroker:v5.1.0
|
|
FROM ${BUILD_FROM}
|
|
|
|
# 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
|