Remove --locked option from uv sync in Dockerfile and workflow
This commit is contained in:
parent
3eb6d1617f
commit
92ec9e5f32
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ ENV UV_PYTHON_DOWNLOADS=0
|
|||
WORKDIR /app
|
||||
COPY . /app/
|
||||
|
||||
RUN uv sync --locked
|
||||
RUN uv sync
|
||||
RUN chmod +x /app/start.sh
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue