Metamigo CI updates
This commit is contained in:
parent
7aa75317f5
commit
7a2a667aaf
10 changed files with 82 additions and 96 deletions
|
|
@ -9,10 +9,10 @@ elif [[ "$1" == "worker" ]]; then
|
|||
echo "docker-entrypoint: starting worker"
|
||||
exec dumb-init ./cli worker
|
||||
elif [[ "$1" == "cli" ]]; then
|
||||
echo "docker-entrypoint: starting frontend"
|
||||
echo "docker-entrypoint: starting cli"
|
||||
shift 1
|
||||
exec ./cli "$@"
|
||||
else
|
||||
echo "docker-entrypoint: missing argument, one of: api, worker, frontend, cli"
|
||||
echo "docker-entrypoint: missing argument, one of: api, worker, cli"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue