Skip to content

Commit

Permalink
fix(rundev): install all optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 6, 2024
1 parent 88b16ad commit e2522cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docker/weblate-dev/start-dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ set -e
# shellcheck disable=SC1091
. /app/venv/bin/activate

uv pip install --cache-dir /app/data/uv-cache --editable /app/src
uv pip install --cache-dir /app/data/uv-cache --editable '/app/src[all]'

/app/bin/start "$@"

0 comments on commit e2522cc

Please sign in to comment.