Commit 913175b0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Compute component:

- fix CI/CD pipeline unit tests
parent 54af5bbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ COPY src/compute/. compute/
COPY src/context/. context/
COPY src/service/. service/
COPY src/slice/. slice/
RUN mkdir -p /var/teraflow/tests/tools
COPY src/tests/tools/mock_osm/. tests/tools/mock_osm/

# Start the service
ENTRYPOINT ["python", "-m", "compute.service"]