Commit 7675571c authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Optical Controller:

- Corrected Dockerfile
parent 63705ff7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"]