Commit e246a788 authored by Javi Moreno's avatar Javi Moreno
Browse files

Minor changes in the Dockerfile

parent f06cefe4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,6 @@ COPY device/Config.py device
COPY common/logger.py common
COPY common/tools/. common/tools
COPY common/rpc_method_wrapper/ServiceExceptions.py common/rpc_method_wrapper
COPY context/client/ContextClient.py contest/client
COPY context/client/ContextClient.py context/client

ENTRYPOINT ["python", "-m", "monitoring.service"]