diff --git a/Dockerfile b/Dockerfile index 7f2e01c..0c1e1ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ COPY ./app $APP_HOME COPY *.py package.json requirements.txt / RUN pip install -r requirements.txt + ENV PYTHONUNBUFFERED 1 ENTRYPOINT python main.py -c $APP_HOME/exporter_config.yaml \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5285cd0..0e55dc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ botocore==1.31.65 envyaml==1.10.211231 prometheus_client==0.17.0 python_dateutil==2.8.2 +setuptools==75.5.0 \ No newline at end of file