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 d15e037 commit fb97bf3Copy full SHA for fb97bf3
1 file changed
api/src/api/Dockerfile
@@ -9,8 +9,9 @@ RUN --mount=type=cache,target=/root/.cache/uv \
9
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
10
uv sync --frozen --no-install-workspace --no-dev
11
COPY pyproject.toml uv.lock ./
12
-COPY api api
+COPY common common
13
COPY domain domain
14
+COPY api api
15
RUN --mount=type=cache,target=/root/.cache/uv \
16
uv sync --frozen --no-dev
17
@@ -24,5 +25,4 @@ COPY --from=builder --chown=nonroot /app /app
24
25
WORKDIR /app
26
EXPOSE 8000
27
USER nonroot
-CMD [".venv/bin/poe", "start-api-pro"]
28
-
+CMD [".venv/bin/poe", "start-api-pro"]
0 commit comments