From c656b325bdcf9554aed949ebd7c5d1e04860d80e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 May 2021 13:03:42 +0200 Subject: [PATCH] Update Dockerfile --- joal/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 96c112942..cddca5169 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -13,6 +13,8 @@ RUN \ && apt-get install -y --no-install-recommends \ wget \ jq \ + nginx \ +#Install bashio && curl -J -L -o /tmp/bashio.tar.gz \ "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \ @@ -36,7 +38,8 @@ RUN \ /var/{cache,log}/* \ /var/lib/apt/lists/* -COPY run.sh / +# Copy root filesystem +COPY rootfs / RUN chmod 777 /run.sh ENTRYPOINT [ "/run.sh" ]