docker: copy scripts/ into image so ad-hoc CLIs are available in-pod
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Viktor Barzin 2026-05-27 12:06:20 +00:00
parent a93cb06898
commit b7a613ba17

View file

@ -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 .