mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
bd13b2317f
commit
987c2de69b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue