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 2ac0b73 commit b859a47Copy full SHA for b859a47
Dockerfile
@@ -4,7 +4,7 @@ COPY . .
4
5
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
6
7
-RUN uv pip install -r requirements.txt
+RUN uv sync --locked --all-extras
8
9
# Install pg_isready to await db start
10
RUN apt-get update && \
0 commit comments