Files
homeassistant-init-container/Dockerfile

7 lines
119 B
Docker

FROM alpine:latest
RUN apk --update --no-cache add yq
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh