From f632fd7badf90c0a96679a204aa5ba8e35c1de04 Mon Sep 17 00:00:00 2001 From: johnson2427 <37009091+johnson2427@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:04:22 -0500 Subject: [PATCH] fix: auto run update (#138) --- silverback/_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . """