Update Dockerfile

This commit is contained in:
Alexandre
2021-02-12 15:24:38 +01:00
committed by GitHub
parent e88dc86033
commit 7b36558387

View File

@@ -28,7 +28,7 @@ RUN \
&& sed -i -e '$a bashio::net.wait_for 8080 && bash -c "scrutiny-collector-metrics run"' /etc/services.d/web/run && sed -i -e '$a bashio::net.wait_for 8080 && bash -c "scrutiny-collector-metrics run"' /etc/services.d/web/run
Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /
VOLUME [ "/data" ] VOLUME [ "/data" ]