This commit is contained in:
Richard Sperry 2025-04-17 22:13:32 -07:00
parent 38dfe76948
commit 1a2d5366e8

View file

@ -77,9 +77,6 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home
&& mv ./ha "/usr/bin/ha" \ && mv ./ha "/usr/bin/ha" \
&& chmod +x "/usr/bin/ha" && chmod +x "/usr/bin/ha"
# Resolve code error
WORKDIR /usr/lib/code-server/lib/vscode
RUN npm add vsda
#Copy root file system #Copy root file system
COPY rootfs/ / COPY rootfs/ /