diff --git a/bin/docker/entrypoint.sh b/bin/docker/entrypoint.sh index b5efd58ade..eb2baf6c1d 100755 --- a/bin/docker/entrypoint.sh +++ b/bin/docker/entrypoint.sh @@ -171,6 +171,18 @@ fi # now running as $OTOBO_USER +# Run the OTOBO Daemon the webserver +if [ "$1" = "" ]; then + cat <