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 aee6621 commit 4bb122eCopy full SHA for 4bb122e
.github/workflows/docker-build.yml
@@ -7,6 +7,7 @@ on:
7
workflow_dispatch:
8
pull_request:
9
paths:
10
+ - '.github/**'
11
- 'backend/**'
12
- 'frontend/**'
13
- 'docker-compose.yml'
backend/Dockerfile
@@ -14,7 +14,7 @@ USER bracket
14
15
RUN set -ex \
16
&& pip3 install --upgrade pip uv wheel virtualenv \
17
- && uv sync
+ && uv sync --no-dev
18
19
EXPOSE 8400
20
0 commit comments