Skip to content

Commit a58dbc1

Browse files
committed
Add Docker to the CI
1 parent 83cf79d commit a58dbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 --locked --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

0 commit comments

Comments
 (0)