Skip to content

Commit d15e037

Browse files
committed
Add Docker to the CI
1 parent b23ae1b commit d15e037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ WORKDIR /app
77
RUN --mount=type=cache,target=/root/.cache/uv \
88
--mount=type=bind,source=uv.lock,target=uv.lock \
99
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
10-
uv sync --frozen --no-install-project --no-install-workspace --no-dev
10+
uv sync --frozen --no-install-workspace --no-dev
1111
COPY pyproject.toml uv.lock ./
1212
COPY api api
1313
COPY domain domain
1414
RUN --mount=type=cache,target=/root/.cache/uv \
15-
uv sync --locked --no-dev
15+
uv sync --frozen --no-dev
1616

1717
# 3.12.11-slim-bookworm
1818
FROM python@sha256:42cf2422587a3dac0e0a3674a4d86f01570d5d7260588f3845f51e6176d8134b AS final

0 commit comments

Comments
 (0)