Skip to content

Commit 6068df8

Browse files
committed
Fix indentation in Dockerfile for uv sync command
1 parent d9ecce1 commit 6068df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ENV UV_PROJECT_ENVIRONMENT=/usr/local
1414
# Install dependencies
1515
RUN --mount=type=cache,target=/root/.cache/uv \
1616
--mount=type=bind,source=backend/uv.lock,target=uv.lock \
17-
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
18-
uv sync --frozen --no-install-project --no-default-groups --group server
17+
--mount=type=bind,source=backend/pyproject.toml,target=pyproject.toml \
18+
uv sync --frozen --no-install-project --no-default-groups --group server
1919

2020

2121
FROM python:3.10-slim

0 commit comments

Comments
 (0)