Skip to content

Commit 57fa16e

Browse files
committed
bugfix: dockerfile
1 parent fea2d6c commit 57fa16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /v03_pipeline
1515

1616
## Copy & Install Application Deps
1717
COPY pyproject.toml uv.lock .
18-
RUN uv sync prod --locked --no-dev
18+
RUN uv sync --no-group dev --locked
1919

2020
# Application Code
2121
COPY v03_pipeline/api api

0 commit comments

Comments
 (0)