From 987c2de69b758020d045bd2896adb19b66c3020e Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Wed, 16 Apr 2025 15:09:46 -0700 Subject: [PATCH] devenv --- vscode/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 95185b7..9297992 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -62,12 +62,12 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home && chmod +x "/usr/bin/ha" #Copy root file system -COPY rootfs / +COPY rootfs/ / RUN chown -R root:root /root \ && chown -R root:root /etc/s6-overlay/s6-rc.d/ \ && chmod 755 -R /etc/s6-overlay/s6-rc.d/ -COPY data /data +COPY data/ /data RUN chown -R root:root /data # Install Oh My ZSH