Lock dependencies during sync in Dockerfile
This commit is contained in:
parent
cfe2dd6682
commit
f4c9d4b69a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ ENV UV_PYTHON_DOWNLOADS=0
|
|||
WORKDIR /app
|
||||
COPY . /app/
|
||||
|
||||
RUN uv sync
|
||||
RUN uv sync --locked
|
||||
RUN chmod +x /app/start.sh
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue