gitea-sonarqube-bot/docker/usr/local/bin/docker-entrypoint.sh
justusbunsi a51520382e
Add production Dockerfile
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
2021-10-11 08:42:11 +02:00

8 lines
109 B
Bash

#!/usr/bin/env bash
if [ $# -gt 0 ]; then
exec "$@"
else
exec /usr/local/bin/gitea-sonarqube-bot
fi