diff --git a/src/pathcomp/backend/Dockerfile b/src/pathcomp/backend/Dockerfile index 128085f902df61acad7493ae6c085031a7aac568..b351d4715d99ee8a9b518a0cfc827c17cf2bba49 100644 --- a/src/pathcomp/backend/Dockerfile +++ b/src/pathcomp/backend/Dockerfile @@ -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