docker: copy scripts/ into image so ad-hoc CLIs are available in-pod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a93cb06898
commit
b7a613ba17
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ COPY services/ services/
|
|||
COPY backtester/ backtester/
|
||||
COPY alembic/ alembic/
|
||||
COPY alembic.ini .
|
||||
COPY scripts/ scripts/
|
||||
|
||||
# Re-install in-place so the package metadata points to actual source
|
||||
RUN uv pip install --system --no-cache-dir --no-deps -e .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue