Skip to content
Snippets Groups Projects
Commit 92772d7b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

KPI Value Writer:

- Added dependency in Dockerfile
parent 042e86a1
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!207Resolve "(CTTC) Separation of Monitoring"
...@@ -63,6 +63,8 @@ RUN python3 -m pip install -r requirements.txt ...@@ -63,6 +63,8 @@ RUN python3 -m pip install -r requirements.txt
# Add component files into working directory # Add component files into working directory
WORKDIR /var/teraflow WORKDIR /var/teraflow
COPY src/kpi_value_writer/. kpi_value_writer/ COPY src/kpi_value_writer/. kpi_value_writer/
COPY src/kpi_manager/__init__.py kpi_manager/__init__.py
COPY src/kpi_manager/client/. kpi_manager/client/
# Start the service # Start the service
ENTRYPOINT ["python", "-m", "kpi_value_writer.service"] ENTRYPOINT ["python", "-m", "kpi_value_writer.service"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment