mirror of
https://github.com/evroon/bracket.git
synced 2026-04-21 15:57:00 -04:00
Install only dev uv environment in Docker (#1438)
This commit is contained in:
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/**'
|
||||
- 'backend/**'
|
||||
- 'frontend/**'
|
||||
- 'docker-compose.yml'
|
||||
|
||||
@@ -14,7 +14,7 @@ USER bracket
|
||||
|
||||
RUN set -ex \
|
||||
&& pip3 install --upgrade pip uv wheel virtualenv \
|
||||
&& uv sync
|
||||
&& uv sync --no-dev
|
||||
|
||||
EXPOSE 8400
|
||||
|
||||
|
||||
Reference in New Issue
Block a user