We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7599e commit 7629002Copy full SHA for 7629002
Dockerfile
@@ -19,8 +19,8 @@ COPY . /app/
19
RUN ln -s /core /app/core && /app/scripts/setup-symlinks
20
21
# Install home-assistant/core dependencies
22
-RUN mkdir -p /venv
23
-ENV UV_PROJECT_ENVIRONMENT=/venv UV_PYTHON=3.13 PATH="/venv/bin:$PATH"
+RUN mkdir -p /.venv
+ENV UV_PROJECT_ENVIRONMENT=/.venv UV_PYTHON=3.13 PATH="/.venv/bin:$PATH"
24
RUN uv venv
25
RUN /app/scripts/setup-dependencies
26
0 commit comments