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

Optical Controller:

- Corrected Dockerfile
parent 63705ff7
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
......@@ -67,5 +67,4 @@ COPY src/context/client/. context/client/
COPY src/opticalcontroller/. opticalcontroller/
# Start the service
WORKDIR /var/teraflow/opticalcontroller
ENTRYPOINT ["python", "OpticalController.py"]
ENTRYPOINT ["python", "-m", "opticalcontroller.OpticalController"]
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