Skip to content

Commit

Permalink
Ensure write access to hassrelease data folder (home-assistant#124573)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Resch <[email protected]>
  • Loading branch information
balloob and edenhaus authored Aug 25, 2024
1 parent 1eeb3bd commit d329333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ WORKDIR /usr/src

# Setup hass-release
RUN git clone --depth 1 https://github.com/home-assistant/hass-release \
&& uv pip install --system -e hass-release/
&& uv pip install --system -e hass-release/ \
&& chown -R vscode /usr/src/hass-release/data

USER vscode
ENV VIRTUAL_ENV="/home/vscode/.local/ha-venv"
Expand Down

0 comments on commit d329333

Please sign in to comment.