mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Fix Docker build
This commit is contained in:
parent
5d7599e33b
commit
762900262f
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ COPY . /app/
|
|||
RUN ln -s /core /app/core && /app/scripts/setup-symlinks
|
||||
|
||||
# Install home-assistant/core dependencies
|
||||
RUN mkdir -p /venv
|
||||
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"
|
||||
RUN uv venv
|
||||
RUN /app/scripts/setup-dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue