Update Dockerfile

This commit is contained in:
Alexandre
2021-02-12 15:18:19 +01:00
committed by GitHub
parent 4e7d763848
commit e88dc86033

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
# Copy root filesystem
# COPY rootfs /
Copy root filesystem
COPY rootfs /
VOLUME [ "/data" ]