Skip to content

Commit b859a47

Browse files
committed
Update Dockerfile for uv
1 parent 2ac0b73 commit b859a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . .
44

55
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
66

7-
RUN uv pip install -r requirements.txt
7+
RUN uv sync --locked --all-extras
88

99
# Install pg_isready to await db start
1010
RUN apt-get update && \

0 commit comments

Comments
 (0)