summaryrefslogtreecommitdiff
path: root/services/data-collector/Dockerfile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:03:53 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:03:53 +0900
commit32bc579c3f15694308992690f4457524e8842f99 (patch)
tree62910a3193c91703a875f5071a67b2fa9f327a7f /services/data-collector/Dockerfile
parente971d19678a7ce94666e5887909823cdd2a6cab2 (diff)
fix: clean up backtester strategy loading and update Dockerfiles
Diffstat (limited to 'services/data-collector/Dockerfile')
-rw-r--r--services/data-collector/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/data-collector/Dockerfile b/services/data-collector/Dockerfile
index 06f6d72..8cb8af4 100644
--- a/services/data-collector/Dockerfile
+++ b/services/data-collector/Dockerfile
@@ -4,4 +4,5 @@ COPY shared/ shared/
RUN pip install --no-cache-dir ./shared
COPY services/data-collector/ services/data-collector/
RUN pip install --no-cache-dir ./services/data-collector
+ENV PYTHONPATH=/app
CMD ["python", "-m", "data_collector.main"]