diff --git a/silverback/_cli.py b/silverback/_cli.py index fc2f30b1..02f59173 100644 --- a/silverback/_cli.py +++ b/silverback/_cli.py @@ -44,7 +44,7 @@ COPY ape-config.yaml . COPY requirements.txt . RUN pip install --upgrade pip && pip install -r requirements.txt -RUN ape plugins install . +RUN ape plugins install -U . """