Loading src/pathcomp/backend/Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/pathcomp/backend/Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading