Skip to content

Commit fb97bf3

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api/src/api/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ RUN --mount=type=cache,target=/root/.cache/uv \
99
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
1010
uv sync --frozen --no-install-workspace --no-dev
1111
COPY pyproject.toml uv.lock ./
12-
COPY api api
12+
COPY common common
1313
COPY domain domain
14+
COPY api api
1415
RUN --mount=type=cache,target=/root/.cache/uv \
1516
uv sync --frozen --no-dev
1617

@@ -24,5 +25,4 @@ COPY --from=builder --chown=nonroot /app /app
2425
WORKDIR /app
2526
EXPOSE 8000
2627
USER nonroot
27-
CMD [".venv/bin/poe", "start-api-pro"]
28-
28+
CMD [".venv/bin/poe", "start-api-pro"]

0 commit comments

Comments
 (0)