diff --git a/Dockerfile b/Dockerfile index 45edbc7..1278e99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,4 +57,5 @@ VOLUME [ "/config", "/opt/paessler/share/scripts" ] # set WORKDIR to a sane default WORKDIR / -ENTRYPOINT [ "/run-prtgmpprobe.sh", "service-run" ] +ENTRYPOINT [ "/run-prtgmpprobe.sh" ] +CMD [ "service-run" ] \ No newline at end of file