From 63afb997257ef682151e0e423a1f23ec1db3f6f0 Mon Sep 17 00:00:00 2001 From: johnson2427 Date: Fri, 18 Oct 2024 10:45:57 -0500 Subject: [PATCH] fix: auto run update --- 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 . """