Commit 9404096c authored by Georgios P. Katsikas's avatar Georgios P. Katsikas
Browse files

fix: add missing dependencies in service docker

parent 27bd0c96
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -66,8 +66,12 @@ COPY src/context/__init__.py context/__init__.py
COPY src/context/client/. context/client/
COPY src/context/client/. context/client/
COPY src/device/__init__.py device/__init__.py
COPY src/device/__init__.py device/__init__.py
COPY src/device/client/. device/client/
COPY src/device/client/. device/client/
COPY src/kpi_manager/__init__.py kpi_manager/__init__.py
COPY src/kpi_manager/client/. kpi_manager/client/
COPY src/pathcomp/frontend/__init__.py pathcomp/frontend/__init__.py
COPY src/pathcomp/frontend/__init__.py pathcomp/frontend/__init__.py
COPY src/pathcomp/frontend/client/. pathcomp/frontend/client/
COPY src/pathcomp/frontend/client/. pathcomp/frontend/client/
COPY src/telemetry/frontend/__init__.py telemetry/frontend/__init__.py
COPY src/telemetry/frontend/client/. telemetry/frontend/client/
COPY src/e2e_orchestrator/__init__.py e2e_orchestrator/__init__.py
COPY src/e2e_orchestrator/__init__.py e2e_orchestrator/__init__.py
COPY src/e2e_orchestrator/client/. e2e_orchestrator/client/
COPY src/e2e_orchestrator/client/. e2e_orchestrator/client/
COPY src/qkd_app/__init__.py qkd_app/__init__.py
COPY src/qkd_app/__init__.py qkd_app/__init__.py