summaryrefslogtreecommitdiff
path: root/services/data-collector
diff options
context:
space:
mode:
Diffstat (limited to 'services/data-collector')
-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"]