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

PathComp-Backend component:

- Fixed instantiation parameters in Dockerfile
parent 8a26fd5d
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -45,11 +45,11 @@ EXPOSE 8081
# builder defines coverage version of pathcomp by default
# coverage entrypoint:
ENTRYPOINT [ "./pathComp-cvr", "config/pathcomp.conf", "pathcomp.log" ]
ENTRYPOINT [ "./pathComp-cvr", "config/pathcomp.conf", "screen_only" ]
# debug entrypoint:
#ENTRYPOINT [ "./pathComp-dbg", "config/pathcomp.conf", "pathcomp.log" ]
#ENTRYPOINT [ "./pathComp-dbg", "config/pathcomp.conf", "screen_only" ]
# debug entrypoint with memory tracking:
#ENTRYPOINT [ "valgrind", "--leak-check=full", "--show-leak-kinds=all", "--track-origins=yes", "--show-error-list=yes", "./pathComp-dbg", "config/pathcomp.conf", "pathcomp.log" ]
#ENTRYPOINT [ "valgrind", "--leak-check=full", "--show-leak-kinds=all", "--track-origins=yes", "--show-error-list=yes", "./pathComp-dbg", "config/pathcomp.conf", "screen_only" ]
# Stage 2
......
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