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 fea2d6c commit 57fa16eCopy full SHA for 57fa16e
v03_pipeline/deploy/Dockerfile
@@ -15,7 +15,7 @@ WORKDIR /v03_pipeline
15
16
## Copy & Install Application Deps
17
COPY pyproject.toml uv.lock .
18
-RUN uv sync prod --locked --no-dev
+RUN uv sync --no-group dev --locked
19
20
# Application Code
21
COPY v03_pipeline/api api
0 commit comments