diff options
Diffstat (limited to 'services/data-collector/Dockerfile')
| -rw-r--r-- | services/data-collector/Dockerfile | 1 |
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"] |
