Skip to content

Commit

Permalink
fix: auto run update (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 authored Oct 18, 2024
1 parent 0c24de0 commit f632fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
"""


Expand Down

0 comments on commit f632fd7

Please sign in to comment.