This commit is contained in:
Alexandre
2021-11-30 15:57:58 +01:00
parent 304fd8189c
commit 794a4d3f05
7 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ RUN \
&& rm -rf /tmp/bashio || true
# Copy root filesystem
COPY rootfs /
COPY rootfs/ /
RUN \
################