Skip to content

Commit 4bb122e

Browse files
authored
Install only dev uv environment in Docker (#1438)
1 parent aee6621 commit 4bb122e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
workflow_dispatch:
88
pull_request:
99
paths:
10+
- '.github/**'
1011
- 'backend/**'
1112
- 'frontend/**'
1213
- 'docker-compose.yml'

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ USER bracket
1414

1515
RUN set -ex \
1616
&& pip3 install --upgrade pip uv wheel virtualenv \
17-
&& uv sync
17+
&& uv sync --no-dev
1818

1919
EXPOSE 8400
2020

0 commit comments

Comments
 (0)