Commit a019e83e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp component:

- Corrected dependencies in Dockerfile
parent 836c9083
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -66,6 +66,7 @@ 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/forecaster/. forecaster/
COPY src/service/__init__.py service/__init__.py
COPY src/service/__init__.py service/__init__.py
COPY src/service/client/. service/client/
COPY src/service/client/. service/client/
COPY src/slice/__init__.py slice/__init__.py
COPY src/slice/__init__.py slice/__init__.py